reflect: TestAliasNames passes

Этот коммит содержится в:
Damian Gryski 2023-03-24 11:35:16 -07:00 коммит произвёл Ron Evans
родитель 017ab4c352
коммит a11f2436e3

Просмотреть файл

@ -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() {}