go/test/fixedbugs/bug248.dir/bug1.go

10 lines
67 B
Go

package p
type T struct {
X, Y int
}
type I interface {
M(T)
}