solidity/test/cmdlineTests/standard_outputs_on_parsing_error/output.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": {}
}