Closed duaraghav8 closed 5 years ago
https://solidity.readthedocs.io/en/v0.5.2/assembly.html
let a, b := f(x) is valid solidity but currently cannot be parsed bc. parser expects a single var in 1 declaration.
let a, b := f(x)
https://solidity.readthedocs.io/en/v0.5.2/assembly.html
let a, b := f(x)
is valid solidity but currently cannot be parsed bc. parser expects a single var in 1 declaration.