diff --git a/go/types/resolver_test.go b/go/types/resolver_test.go index e845114f..d53244ac 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{