You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the new solidity feature constructor() is an alternative way of defining a contract's constructor function. Relevant Rules need to account for this new way that is also acceptable by solparse.
The text was updated successfully, but these errors were encountered:
All rules except for those listed in #169 have been modified for this, remaining rules (indentation & lbrace) are huge and complex and in some cases, brittle. Will hopefully fix them too in the near future.
#197
duaraghav8/solparse@ff92d99
the new solidity feature
constructor()
is an alternative way of defining a contract's constructor function. Relevant Rules need to account for this new way that is also acceptable by solparse.The text was updated successfully, but these errors were encountered: