mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10511 from ethereum/fixmergeBreaking
Fix merge conflict.
This commit is contained in:
commit
ddbbfcd868
@ -2573,7 +2573,7 @@ map<ContractDefinition const*, vector<ASTPointer<frontend::Expression>>> SMTEnco
|
||||
if (auto constructor = contract->constructor())
|
||||
for (auto mod: constructor->modifiers())
|
||||
{
|
||||
auto decl = mod->name()->annotation().referencedDeclaration;
|
||||
auto decl = mod->name().annotation().referencedDeclaration;
|
||||
if (auto base = dynamic_cast<ContractDefinition const*>(decl))
|
||||
{
|
||||
solAssert(!baseArgs.count(base), "");
|
||||
|
Loading…
Reference in New Issue
Block a user