Move abstract function check.

This commit is contained in:
chriseth
2018-11-30 16:30:19 +01:00
parent 89cf6a5a38
commit 57a62429c9
4 changed files with 46 additions and 46 deletions
@@ -63,6 +63,7 @@ private:
/// Also stores the direct super function in the AST annotations.
void checkFunctionOverride(FunctionDefinition const& function, FunctionDefinition const& super);
void overrideError(FunctionDefinition const& function, FunctionDefinition const& super, std::string message);
void checkContractAbstractFunctions(ContractDefinition const& _contract);
langutil::ErrorReporter& m_errorReporter;
};