mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-24 22:39:04 +00:00
reflect: stub FuncOf()
This commit is contained in:
committed by
Ron Evans
parent
174d492355
commit
cca32e67a9
@@ -1294,6 +1294,10 @@ func MapOf(key, value Type) Type {
|
|||||||
panic("unimplemented: reflect.MapOf()")
|
panic("unimplemented: reflect.MapOf()")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func FuncOf(in, out []Type, variadic bool) Type {
|
||||||
|
panic("unimplemented: reflect.FuncOf()")
|
||||||
|
}
|
||||||
|
|
||||||
const maxVarintLen32 = 5
|
const maxVarintLen32 = 5
|
||||||
|
|
||||||
// encoding/binary.Uvarint, specialized for uint32
|
// encoding/binary.Uvarint, specialized for uint32
|
||||||
|
|||||||
Reference in New Issue
Block a user