mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
reflect: TestAliasNames passes
This commit is contained in:
@@ -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() {}
|
||||||
|
|||||||
Reference in New Issue
Block a user