Report out of bounds index access

This commit is contained in:
Leonardo Alt
2021-03-30 10:28:48 +02:00
parent 2346ec1c0c
commit dbd067d6db
208 changed files with 1619 additions and 608 deletions
@@ -11,5 +11,6 @@ contract test {
a.transfer(x);
assert(x > 0);
arr.pop();
arr[x];
}
}