solidity icon indicating copy to clipboard operation
solidity copied to clipboard

Replace `bool DeclarationRegistrationHelper::visit(...)` by a more generic visitor like in the Scoper

Open chriseth opened this issue 5 years ago • 0 comments
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.

chriseth avatar Aug 06 '20 15:08 chriseth