[SMTChecker] added missing type constraints for Address

This commit is contained in:
Martin Blicha
2021-01-27 20:39:24 +01:00
parent 49dbcba3a0
commit deb90d84a6
35 changed files with 846 additions and 823 deletions
@@ -25,5 +25,7 @@ contract C {
assert(c[length1 - 1][length2 - 1][length3 - 1] == 200);
}
}
// ====
// SMTIgnoreCex: yes
// ----
// Warning 6328: (570-625): CHC: Assertion violation happens here.\nCounterexample:\nc = [[[2]]]\n\nTransaction trace:\nC.constructor()\nState: c = []\nC.g()
// Warning 6328: (570-625): CHC: Assertion violation happens here.