Sign in
go
/
go
/
8a4bd094a033ceb00f7f5a504e4bc652ea5a164d
/
.
/
test
/
fixedbugs
/
bug248.dir
/
bug0.go
blob: 7fc7401c5a9d6ee935ff5b90e100cd705c8c304f [
file
] [
log
] [
blame
]
package p
type T struct {
X, Y int
}
type I interface {
M(T)
}