mirror of
https://github.com/golang/go
synced 2024-11-23 00:40:08 -07:00
new new &Point{1,2}
R=ken OCL=22168 CL=22168
This commit is contained in:
parent
5564504507
commit
dabdfa6cce
@ -979,8 +979,8 @@ loop:
|
|||||||
nvar = nod(0, N, N);
|
nvar = nod(0, N, N);
|
||||||
tempname(nvar, t);
|
tempname(nvar, t);
|
||||||
|
|
||||||
nnew = nod(OMAKE, N, N);
|
nnew = nod(ONEW, N, N);
|
||||||
nnew->type = t;
|
nnew->type = n->left->type;
|
||||||
nnew = newcompat(nnew);
|
nnew = newcompat(nnew);
|
||||||
|
|
||||||
nas = nod(OAS, nvar, nnew);
|
nas = nod(OAS, nvar, nnew);
|
||||||
|
Loading…
Reference in New Issue
Block a user