Move fallback function checks.

This commit is contained in:
chriseth
2018-11-30 16:30:19 +01:00
parent 2a85152463
commit 4f4f623273
3 changed files with 25 additions and 20 deletions
@@ -71,6 +71,7 @@ private:
ASTNode const* _argumentNode
);
void checkConstructor(ContractDefinition const& _contract);
void checkFallbackFunction(ContractDefinition const& _contract);
langutil::ErrorReporter& m_errorReporter;
};