mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[SMTChecker] Support to integer and Bool storage vars
This commit is contained in:
@@ -33,7 +33,6 @@ VariableUsage::VariableUsage(ASTNode const& _node)
|
||||
solAssert(declaration, "");
|
||||
if (VariableDeclaration const* varDecl = dynamic_cast<VariableDeclaration const*>(declaration))
|
||||
if (
|
||||
varDecl->isLocalVariable() &&
|
||||
identifier->annotation().lValueRequested &&
|
||||
varDecl->annotation().type->isValueType()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user