solidity/test/cmdlineTests/standard_model_checker_contracts_inexistent_contract/output.json

23 lines
466 B
JSON
Raw Normal View History

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