mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
reflect: add stub for StructOf()
This commit is contained in:
@@ -1071,3 +1071,7 @@ func SliceOf(t Type) Type {
|
||||
func ArrayOf(n int, t Type) Type {
|
||||
panic("unimplemented: reflect.ArrayOf()")
|
||||
}
|
||||
|
||||
func StructOf([]StructField) Type {
|
||||
panic("unimplemented: reflect.StructOf()")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user