Fix import directive visits in type checker and view pure checker.

This commit is contained in:
Daniel Kirchner
2022-03-14 14:53:06 +01:00
committed by chriseth
parent 3f6beaa0ad
commit 0f1a63c3fa
8 changed files with 37 additions and 0 deletions
+2
View File
@@ -50,6 +50,8 @@ private:
langutil::SourceLocation location;
};
bool visit(ImportDirective const&) override;
bool visit(FunctionDefinition const& _funDef) override;
void endVisit(FunctionDefinition const& _funDef) override;
bool visit(ModifierDefinition const& _modifierDef) override;