mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move public constructor property into AST itself.
This commit is contained in:
@@ -628,7 +628,7 @@ void CompilerStack::compileContract(
|
||||
if (
|
||||
_compiledContracts.count(&_contract) ||
|
||||
!_contract.annotation().isFullyImplemented ||
|
||||
!_contract.annotation().hasPublicConstructor
|
||||
!_contract.constructorIsPublic()
|
||||
)
|
||||
return;
|
||||
for (auto const* dependency: _contract.annotation().contractDependencies)
|
||||
|
||||
Reference in New Issue
Block a user