mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Replace isFullyImplemented with unimplementedFunctions in ASTAnnotations
This commit is contained in:
@@ -639,7 +639,7 @@ void CompilerStack::compileContract(
|
||||
{
|
||||
if (
|
||||
_compiledContracts.count(&_contract) ||
|
||||
!_contract.annotation().isFullyImplemented ||
|
||||
!_contract.annotation().unimplementedFunctions.empty() ||
|
||||
!_contract.constructorIsPublic()
|
||||
)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user