diff --git a/go/types/resolver_test.go b/go/types/resolver_test.go index e845114fec..d53244ac90 100644 --- a/go/types/resolver_test.go +++ b/go/types/resolver_test.go @@ -53,6 +53,12 @@ var sources = []string{ } } `, + ` + package p + type S struct{} + func (T) _() {} + func (T) _() {} + `, } var pkgnames = []string{