reflect: TestAliasNames passes

This commit is contained in:
Damian Gryski
2023-03-24 11:35:16 -07:00
committed by Ron Evans
parent 017ab4c352
commit a11f2436e3
+3 -3
View File
@@ -7624,6 +7624,8 @@ func TestUnaddressableField(t *testing.T) {
}) })
} }
*/
type Tint int type Tint int
type Tint2 = Tint type Tint2 = Tint
@@ -7657,7 +7659,7 @@ func TestAliasNames(t *testing.T) {
} }
} }
*/ /*
func TestIssue22031(t *testing.T) { func TestIssue22031(t *testing.T) {
type s []struct{ C int } type s []struct{ C int }
@@ -7677,8 +7679,6 @@ func TestIssue22031(t *testing.T) {
} }
} }
/*
type NonExportedFirst int type NonExportedFirst int
func (i NonExportedFirst) ΦExported() {} func (i NonExportedFirst) ΦExported() {}