mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move around experimental tests
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user