mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"errors":
|
|
[
|
|
{
|
|
"component": "general",
|
|
"errorCode": "1236",
|
|
"formattedMessage": "Warning: BMC: Insufficient funds happens here.
|
|
--> A:11:7:
|
|
|
|
|
11 | \t\t\t\t\t\ta.transfer(x);
|
|
| \t\t\t\t\t\t^^^^^^^^^^^^^
|
|
Note: Counterexample:
|
|
a = 0
|
|
x = 0
|
|
|
|
Note: Callstack:
|
|
Note:
|
|
|
|
",
|
|
"message": "BMC: Insufficient funds happens here.",
|
|
"secondarySourceLocations":
|
|
[
|
|
{
|
|
"message": "Counterexample:
|
|
a = 0
|
|
x = 0
|
|
"
|
|
},
|
|
{
|
|
"message": "Callstack:"
|
|
},
|
|
{
|
|
"message": ""
|
|
}
|
|
],
|
|
"severity": "warning",
|
|
"sourceLocation":
|
|
{
|
|
"end": 237,
|
|
"file": "A",
|
|
"start": 224
|
|
},
|
|
"type": "Warning"
|
|
}
|
|
],
|
|
"sources":
|
|
{
|
|
"A":
|
|
{
|
|
"id": 0
|
|
}
|
|
}
|
|
}
|