solidity/test/cmdlineTests/standard_model_checker_invariants_contract/output.json
2022-10-26 15:13:47 +05:00

27 lines
436 B
JSON

{
"errors":
[
{
"component": "general",
"errorCode": "1180",
"formattedMessage": "Info: Contract invariant(s) for A:test:
((x <= 0) || true)
",
"message": "Contract invariant(s) for A:test:
((x <= 0) || true)
",
"severity": "info",
"type": "Info"
}
],
"sources":
{
"A":
{
"id": 0
}
}
}