go/src/cmd/compile/internal/types2/object_test.go

func TestIsAlias(t *testing.T) {}

// TestEmbeddedMethod checks that an embedded method is represented by
// the same Func Object as the original method. See also go.dev/issue/34421.
func TestEmbeddedMethod(t *testing.T) {}

var testObjects

func TestObjectString(t *testing.T) {}

func lookupTypeParamObj(list *TypeParamList, name string) Object {}