mirror of
https://github.com/golang/go
synced 2024-11-22 03:34:40 -07:00
fix unqouted &
R=gri OCL=26158 CL=26158
This commit is contained in:
parent
cd04ec95ea
commit
0282719387
@ -3023,7 +3023,7 @@ x = 1
|
|||||||
*p = f()
|
*p = f()
|
||||||
a[i] = 23
|
a[i] = 23
|
||||||
k = <-ch
|
k = <-ch
|
||||||
i &^= (1<<n)
|
i &^= (1<<n)
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user