Replace isFullyImplemented with unimplementedFunctions in ASTAnnotations

This commit is contained in:
Alex Beregszaszi
2017-08-04 14:03:37 +01:00
parent dc0f85c4fb
commit c835bcec62
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -639,7 +639,7 @@ void CompilerStack::compileContract(
{
if (
_compiledContracts.count(&_contract) ||
!_contract.annotation().isFullyImplemented ||
!_contract.annotation().unimplementedFunctions.empty() ||
!_contract.constructorIsPublic()
)
return;