mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move CHC counterexamples to primary location
This commit is contained in:
@@ -16,5 +16,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 6328: (198-245): CHC: Assertion violation happens here.
|
||||
// Warning 6328: (418-463): CHC: Assertion violation happens here.
|
||||
// Warning 6328: (198-245): CHC: Assertion violation happens here.\nCounterexample:\narray2d = [[]]\n\n = []\n\nTransaction trace:\nconstructor()\nState: array2d = []\ns()
|
||||
// Warning 6328: (418-463): CHC: Assertion violation happens here.\nCounterexample:\narray2d = [[], [0]]\n\n = []\n\nTransaction trace:\nconstructor()\nState: array2d = []\ns()
|
||||
|
||||
Reference in New Issue
Block a user