mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
reflect: uncomment all(?) the tests that pass
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package reflect
|
||||
|
||||
type OtherPkgFields struct {
|
||||
OtherExported int
|
||||
otherUnexported int
|
||||
}
|
||||
Reference in New Issue
Block a user