diff --git a/src/reflect/all_test.go b/src/reflect/all_test.go index 895faac3..6da3117c 100644 --- a/src/reflect/all_test.go +++ b/src/reflect/all_test.go @@ -7624,6 +7624,8 @@ func TestUnaddressableField(t *testing.T) { }) } +*/ + type Tint int type Tint2 = Tint @@ -7657,7 +7659,7 @@ func TestAliasNames(t *testing.T) { } } -*/ +/* func TestIssue22031(t *testing.T) { type s []struct{ C int } @@ -7677,8 +7679,6 @@ func TestIssue22031(t *testing.T) { } } -/* - type NonExportedFirst int func (i NonExportedFirst) ΦExported() {}