mirror of
https://github.com/golang/go.git
synced 2025-05-14 11:54:38 +00: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
|
argtype(on, tl->type); // any-2
|
||||||
r = nod(OCALL, on, r);
|
r = nod(OCALL, on, r);
|
||||||
walktype(r, top);
|
walktype(r, top);
|
||||||
break;
|
n->left = r;
|
||||||
|
return n;
|
||||||
|
|
||||||
case OAS:
|
case OAS:
|
||||||
// arrays2d(old *any, nel int) (ary []any)
|
// arrays2d(old *any, nel int) (ary []any)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user