mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +00:00
reflect: stub MapOf()
This commit is contained in:
@@ -1263,3 +1263,7 @@ func ArrayOf(n int, t Type) Type {
|
|||||||
func StructOf([]StructField) Type {
|
func StructOf([]StructField) Type {
|
||||||
panic("unimplemented: reflect.StructOf()")
|
panic("unimplemented: reflect.StructOf()")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func MapOf(key, value Type) Type {
|
||||||
|
panic("unimplemented: reflect.MapOf()")
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user