mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[SMTChecker] added missing type constraints for Address
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user