solidity
solidity copied to clipboard
Replace `bool DeclarationRegistrationHelper::visit(...)` by a more generic visitor like in the Scoper
trafficstars
The Scoper now does most of the work of the DeclarationRegistrationHelper - we should remove the asserts in the latter and make its behaviour rely on the ground work done by the Scoper - potentially also using a generic visit function like in the Scoper.