mirror of https://github.com/tinygo-org/tinygo.git
Federico G. Schwindt
3 years ago
committed by
GitHub
2 changed files with 9 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
package reflect |
|||
|
|||
func MakeFunc(typ Type, fn func(args []Value) (results []Value)) Value { |
|||
panic("unimplemented: reflect.MakeFunc()") |
|||
} |
Loading…
Reference in new issue