mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +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 {
|
||||
panic("unimplemented: reflect.StructOf()")
|
||||
}
|
||||
|
||||
func MapOf(key, value Type) Type {
|
||||
panic("unimplemented: reflect.MapOf()")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user