mirror of https://github.com/golang/go.git
parent
3f135be389
commit
eed3addb9d
|
|
@ -2691,7 +2691,8 @@ arrayop(Node *n, int top)
|
|||
argtype(on, tl->type); // any-2
|
||||
r = nod(OCALL, on, r);
|
||||
walktype(r, top);
|
||||
break;
|
||||
n->left = r;
|
||||
return n;
|
||||
|
||||
case OAS:
|
||||
// arrays2d(old *any, nel int) (ary []any)
|
||||
|
|
|
|||
Loading…
Reference in New Issue