mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[SMTChecker] Correctly resolve current scope contract in VariableUsage.
This commit is contained in:
@@ -782,7 +782,6 @@ void SMTEncoder::initFunction(FunctionDefinition const& _function)
|
||||
createLocalVariables(_function);
|
||||
m_arrayAssignmentHappened = false;
|
||||
clearIndices(m_currentContract, &_function);
|
||||
m_variableUsage.setCurrentFunction(_function);
|
||||
m_checked = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user