Initial commit: Go 1.23 release state
This commit is contained in:
7
test/fixedbugs/issue16133.dir/b.go
Normal file
7
test/fixedbugs/issue16133.dir/b.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package b
|
||||
|
||||
import "./a2"
|
||||
|
||||
type T struct {
|
||||
X a.X
|
||||
}
|
||||
Reference in New Issue
Block a user