Move around experimental tests

This commit is contained in:
Nikola Matic
2023-09-05 11:50:43 +02:00
parent b2bafc563e
commit f30c0ed1d3
17 changed files with 43 additions and 2 deletions
@@ -64,6 +64,7 @@ public:
bool visit(SourceUnit const&) override { return true; }
bool visit(ContractDefinition const&) override { return true; }
bool visit(InlineAssembly const& _inlineAssembly) override;
bool visit(ImportDirective const&) override { return true; }
bool visit(PragmaDirective const&) override { return false; }
bool visit(IfStatement const&) override { return true; }