Sol -> Yul Generator: Mark "return" as unimplemented

This commit is contained in:
Mathias Baumann
2019-04-24 22:52:17 +02:00
committed by chriseth
parent 944ac6fb6d
commit 441369d5f1
2 changed files with 6 additions and 0 deletions
@@ -46,6 +46,7 @@ public:
bool visit(VariableDeclarationStatement const& _variableDeclaration) override;
bool visit(Assignment const& _assignment) override;
bool visit(Return const& _return) override;
void endVisit(BinaryOperation const& _binOp) override;
bool visit(FunctionCall const& _funCall) override;
bool visit(InlineAssembly const& _inlineAsm) override;