mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
e544698ad3
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. |
||
---|---|---|
.. | ||
contracts | ||
libdevcore | ||
libevmasm | ||
liblll | ||
libsolidity | ||
boostTest.cpp | ||
CMakeLists.txt | ||
cmdlineTests.sh | ||
ExecutionFramework.cpp | ||
ExecutionFramework.h | ||
fuzzer.cpp | ||
RPCSession.cpp | ||
RPCSession.h | ||
TestHelper.cpp | ||
TestHelper.h |