mirror of
https://github.com/golang/go
synced 2024-11-12 05:50:21 -07:00
more
R=r OCL=22240 CL=22240
This commit is contained in:
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
Block a user