mirror of https://github.com/golang/go.git
parent
20595ac4b0
commit
c0b8a7965a
|
|
@ -1847,7 +1847,7 @@ ascompatte(int op, Type **nl, Node **nr, int fp)
|
||||||
peekr = saver;
|
peekr = saver;
|
||||||
if(l != T && r != N
|
if(l != T && r != N
|
||||||
&& structnext(&peekl) != T
|
&& structnext(&peekl) != T
|
||||||
&& listnext(&peekr) == N)
|
&& listnext(&peekr) == N
|
||||||
&& eqtype(r->type, *nl, 0))
|
&& eqtype(r->type, *nl, 0))
|
||||||
return convas(nod(OAS, nodarg(*nl, fp), r));
|
return convas(nod(OAS, nodarg(*nl, fp), r));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue