mirror of
https://github.com/golang/go
synced 2024-11-12 05:40:22 -07:00
typo
R=ken OCL=22327 CL=22327
This commit is contained in:
parent
20595ac4b0
commit
c0b8a7965a
@ -1847,7 +1847,7 @@ ascompatte(int op, Type **nl, Node **nr, int fp)
|
||||
peekr = saver;
|
||||
if(l != T && r != N
|
||||
&& structnext(&peekl) != T
|
||||
&& listnext(&peekr) == N)
|
||||
&& listnext(&peekr) == N
|
||||
&& eqtype(r->type, *nl, 0))
|
||||
return convas(nod(OAS, nodarg(*nl, fp), r));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user