solidity/test/cmdlineTests/standard_model_checker_invariants_contract/output.json
2023-03-09 14:59:32 +01:00

37 lines
894 B
JSON

{
"errors":
[
{
"component": "general",
"errorCode": "1391",
"formattedMessage": "Info: CHC: 1 verification condition(s) proved safe! Enable the model checker option \"show proved safe\" to see all of them.
",
"message": "CHC: 1 verification condition(s) proved safe! Enable the model checker option \"show proved safe\" to see all of them.",
"severity": "info",
"type": "Info"
},
{
"component": "general",
"errorCode": "1180",
"formattedMessage": "Info: Contract invariant(s) for A:test:
(!(x >= 1) || true)
",
"message": "Contract invariant(s) for A:test:
(!(x >= 1) || true)
",
"severity": "info",
"type": "Info"
}
],
"sources":
{
"A":
{
"id": 0
}
}
}