Starting from solidity 0.7.0, constructors shouldn't have a constructor. I think the fix here is just to make the keyword optional after constructors, and to update the node properly.
Starting from solidity 0.7.0, constructors shouldn't have a constructor.
I think the fix here is just to make the keyword optional after constructors, and to update the node properly.