Fix handling methods on binary objects

This commit is contained in:
Marc Vertes
2018-11-16 15:25:59 +01:00
parent 0e36321755
commit 9212167392
2 changed files with 26 additions and 23 deletions

View File

@@ -663,7 +663,6 @@ func callBin(n *Node) {
next := getExec(n.tnext)
child := n.child[1:]
value := genValue(n.child[0])
//values := make([]func(*Frame) reflect.Value, len(child))
var values []func(*Frame) reflect.Value
for _, c := range child {
if isRegularCall(c) {