mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 08:23:41 +00:00
reflect: uncomment another test and fix RO logic issues it uncovered
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user