mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
The unary '+' serves no meaningful purpose in Solidity and it makes it possible to produce typos with dagerous implications (e.g. 'a =+5 '), so we are deprecating it. The SyntaxChecker currently issues warnings on the unary '+' but will still compile it for now. |
||
|---|---|---|
| .. | ||
| analysis | ||
| ast | ||
| codegen | ||
| formal | ||
| inlineasm | ||
| interface | ||
| parsing | ||
| CMakeLists.txt | ||