solidity/test/cmdlineTests/standard_model_checker_contracts_empty_contract/output.json

13 lines
274 B
JSON
Raw Normal View History

2022-10-26 10:13:47 +00:00
{
"errors":
[
{
"component": "general",
"formattedMessage": "Contract name cannot be empty.",
"message": "Contract name cannot be empty.",
"severity": "error",
"type": "JSONError"
}
]
}