mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
27 lines
705 B
JSON
27 lines
705 B
JSON
{
|
|
"errors":
|
|
[
|
|
{
|
|
"component": "general",
|
|
"errorCode": "7858",
|
|
"formattedMessage": "ParserError: Expected pragma, import directive or contract/interface/library/struct/enum/constant/function/error definition.
|
|
--> C:5:14:
|
|
|
|
|
5 | contract C {}}
|
|
| ^
|
|
|
|
",
|
|
"message": "Expected pragma, import directive or contract/interface/library/struct/enum/constant/function/error definition.",
|
|
"severity": "error",
|
|
"sourceLocation":
|
|
{
|
|
"end": 121,
|
|
"file": "C",
|
|
"start": 120
|
|
},
|
|
"type": "ParserError"
|
|
}
|
|
],
|
|
"sources": {}
|
|
}
|