solidity
solidity copied to clipboard
Solidity, the Smart Contract Programming Language
Closes #13544.
``` { function f() -> o1, o2, o3, o4, o5, o6, o7, o8, o9, o10, o11, o12, o13, o14, o15, o16, o17, o18 { for {} o13 { o18 :=...
Depends on #13537
#13543 Semantic test for copying calldata structs placed in the wrong subdirectory @cameel could you help to see if I got the task correct?
## Page https://docs.soliditylang.org/en/latest/060-breaking-changes.html ## Abstract v0.6.0 introduced breaking changes to how inline assembly defined opcodes that do not take an argument. In particular, these opcodes were standalone identifiers in `<...
## Description The current compiler prevent having multiple initialization of a immutable variable, even if the are in independent branches. It would be nice if this was supported. ## Environment...
Pulled out from #13532