blob: 7fc7401c5a9d6ee935ff5b90e100cd705c8c304f [file] [log] [blame]
package p
type T struct {
X, Y int
}
type I interface {
M(T)
}