microsoft / verisol

A formal verifier and analysis tool for Solidity Smart Contracts
Other
245 stars 46 forks source link

"super" keyword is not implemented #227

Open ellab123 opened 4 years ago

ellab123 commented 4 years ago

From https://ethereum.stackexchange.com/questions/12920/what-does-the-keyword-super-in-solidity-do

The "super" keyword in Solidity gives access to the immediate parent contract from which the current contract is derived.