Consensys / surya

A set of utilities for exploring Solidity contracts
Apache License 2.0
1.06k stars 118 forks source link

Solidity 0.7.x constructor without visibility breaks parser #148

Closed vittominacori closed 3 years ago

vittominacori commented 3 years ago

I encountered the below issue using Solidity 0.7.1

Error: Constructors have to be declared either "public" or "internal"

GNSPS commented 3 years ago

Thanks! 👍