mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
40 lines
791 B
JSON
40 lines
791 B
JSON
{
|
|
"errors":
|
|
[
|
|
{
|
|
"component": "general",
|
|
"errorCode": "6838",
|
|
"formattedMessage": "Warning: BMC: Condition is always true.
|
|
--> A:7:15:
|
|
|
|
|
7 | \t\t\t\t\t\trequire(x >= 0);
|
|
| \t\t\t\t\t\t ^^^^^^
|
|
Note: Callstack:
|
|
|
|
",
|
|
"message": "BMC: Condition is always true.",
|
|
"secondarySourceLocations":
|
|
[
|
|
{
|
|
"message": "Callstack:"
|
|
}
|
|
],
|
|
"severity": "warning",
|
|
"sourceLocation":
|
|
{
|
|
"end": 165,
|
|
"file": "A",
|
|
"start": 159
|
|
},
|
|
"type": "Warning"
|
|
}
|
|
],
|
|
"sources":
|
|
{
|
|
"A":
|
|
{
|
|
"id": 0
|
|
}
|
|
}
|
|
}
|