mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
6 lines
136 B
Go
6 lines
136 B
Go
package reflect
|
|
|
|
func MakeFunc(typ Type, fn func(args []Value) (results []Value)) Value {
|
|
panic("unimplemented: reflect.MakeFunc()")
|
|
}
|