reflect: stub FuncOf()

This commit is contained in:
Shane O'Donovan
2023-10-27 18:02:01 -04:00
committed by Ron Evans
parent 174d492355
commit cca32e67a9
+4
View File
@@ -1294,6 +1294,10 @@ func MapOf(key, value Type) Type {
panic("unimplemented: reflect.MapOf()")
}
func FuncOf(in, out []Type, variadic bool) Type {
panic("unimplemented: reflect.FuncOf()")
}
const maxVarintLen32 = 5
// encoding/binary.Uvarint, specialized for uint32