mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
27 lines
436 B
JSON
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
|
|
}
|
|
}
|
|
}
|