reflect: uncomment another test and fix RO logic issues it uncovered

This commit is contained in:
Damian Gryski
2023-03-30 13:38:51 -07:00
committed by Ron Evans
parent e0bf376068
commit b39a982067
2 changed files with 16 additions and 7 deletions
+2 -2
View File
@@ -7659,8 +7659,6 @@ func TestAliasNames(t *testing.T) {
}
}
/*
func TestIssue22031(t *testing.T) {
type s []struct{ C int }
@@ -7679,6 +7677,8 @@ func TestIssue22031(t *testing.T) {
}
}
/*
type NonExportedFirst int
func (i NonExportedFirst) ΦExported() {}