Initial commit: Go 1.23 release state
This commit is contained in:
13
test/fixedbugs/issue43551.dir/a.go
Normal file
13
test/fixedbugs/issue43551.dir/a.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package a
|
||||
|
||||
type S struct {
|
||||
a Key
|
||||
}
|
||||
|
||||
func (s S) A() Key {
|
||||
return s.a
|
||||
}
|
||||
|
||||
type Key struct {
|
||||
key int64
|
||||
}
|
||||
Reference in New Issue
Block a user