mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Support array slices
This commit is contained in:
@@ -1095,11 +1095,7 @@ void SMTEncoder::endVisit(IndexAccess const& _indexAccess)
|
||||
void SMTEncoder::endVisit(IndexRangeAccess const& _indexRangeAccess)
|
||||
{
|
||||
createExpr(_indexRangeAccess);
|
||||
m_errorReporter.warning(
|
||||
2923_error,
|
||||
_indexRangeAccess.location(),
|
||||
"Assertion checker does not yet implement this expression."
|
||||
);
|
||||
/// The actual slice is created by CHC which also assigns the length.
|
||||
}
|
||||
|
||||
void SMTEncoder::arrayAssignment()
|
||||
|
||||
Reference in New Issue
Block a user