patch library: todo message

This commit is contained in:
xushiwei
2024-07-16 22:16:33 +08:00
parent 3ce55a2ac4
commit ade0d38a7c
7 changed files with 47 additions and 50 deletions

View File

@@ -146,7 +146,7 @@ func makeMethodValue(op string, v Value) Value {
return Value{ftyp.Common(), unsafe.Pointer(fv), v.flag&flagRO | flag(Func)}
*/
panic("todo")
panic("todo: reflect.makeMethodValue")
}
/*