solidity/test/cmdlineTests/standard_model_checker_contracts_inexistent_contract/output.json
2022-10-26 15:13:47 +05:00

23 lines
466 B
JSON

{
"errors":
[
{
"component": "general",
"errorCode": "7400",
"formattedMessage": "Warning: Requested contract \"C\" does not exist in source \"Source\".
",
"message": "Requested contract \"C\" does not exist in source \"Source\".",
"severity": "warning",
"type": "Warning"
}
],
"sources":
{
"Source":
{
"id": 0
}
}
}