Zellic / solidity-parser

Solp is a Python library used for reading, parsing and analysis of Solidity source projects and contracts without a dependency on the solc compiler.
https://solp.zellic.io
GNU Affero General Public License v3.0
53 stars 2 forks source link

array/array_push_return_reference.sol #28

Closed t81lal closed 6 months ago

t81lal commented 8 months ago

Parser: 0.8.22

Not investigated yet See: https://ethereum.stackexchange.com/questions/40312/what-is-the-return-of-array-push-in-solidity/87791#87791 N.b: might require type location support before this can be added properly(might have to bodge).