Stub CallSlice for Value

This commit is contained in:
Akshay Pai
2024-02-24 18:34:13 -08:00
committed by Ayke
parent c66836cf3a
commit 410aa0e0d8
+4
View File
@@ -2011,6 +2011,10 @@ func (v Value) Call(in []Value) []Value {
panic("unimplemented: (reflect.Value).Call()")
}
func (v Value) CallSlice(in []Value) []Value {
panic("unimplemented: (reflect.Value).CallSlice()")
}
func (v Value) Method(i int) Value {
panic("unimplemented: (reflect.Value).Method()")
}