mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
30b325fdc1
Breaking change: If you want to send value with a contract creation, you have to use parentheses now: `(new ContractName).value(2 ether)(arg1, arg2)` |
||
---|---|---|
.. | ||
ConstantEvaluator.cpp | ||
ConstantEvaluator.h | ||
DeclarationContainer.cpp | ||
DeclarationContainer.h | ||
DocStringAnalyser.cpp | ||
DocStringAnalyser.h | ||
GlobalContext.cpp | ||
GlobalContext.h | ||
NameAndTypeResolver.cpp | ||
NameAndTypeResolver.h | ||
ReferencesResolver.cpp | ||
ReferencesResolver.h | ||
TypeChecker.cpp | ||
TypeChecker.h |