Files
tinygo/src/reflect/export_test.go
T
2023-03-25 13:57:00 +01:00

7 lines
90 B
Go

package reflect
type OtherPkgFields struct {
OtherExported int
otherUnexported int
}