mirror of
https://github.com/golang/go
synced 2024-11-22 01:24:42 -07:00
s/expressios/expressions/
OCL=26222 CL=26222
This commit is contained in:
parent
e20834092f
commit
9b5d82327b
@ -2426,7 +2426,7 @@ unary_op = "+" | "-" | "!" | "^" | "*" | "&" | "<-" .
|
||||
The operand types in binary operations must be equal, with the following exceptions:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Except in shift expressios, if one operand has numeric type and the other operand is
|
||||
<li>Except in shift expressions, if one operand has numeric type and the other operand is
|
||||
an ideal number, the ideal number is converted to match the type of
|
||||
the other operand (§Expressions).</li>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user