solidity/test/cmdlineTests/standard_model_checker_engine_all/output.json
2020-12-09 19:55:18 +01:00

21 lines
551 B
JSON

{"errors":[{"component":"general","errorCode":"6328","formattedMessage":"A:4:47: Warning: CHC: Assertion violation happens here.
Counterexample:
x = 0
Transaction trace:
constructor()
f(0)
contract C { function f(uint x) public pure { assert(x > 0); } }
^-----------^
","message":"CHC: Assertion violation happens here.
Counterexample:
x = 0
Transaction trace:
constructor()
f(0)","severity":"warning","sourceLocation":{"end":150,"file":"A","start":137},"type":"Warning"}],"sources":{"A":{"id":0}}}