solidity/test/cmdlineTests/standard_yul_object_invalid_sub/output.json

25 lines
678 B
JSON
Raw Normal View History

2022-10-26 10:13:47 +00:00
{
"errors":
[
{
"component": "general",
"formattedMessage": "TypeError: Unknown data object \"NamedObject.\".
2020-12-01 13:46:26 +00:00
--> A:1:51:
|
1 | object \"NamedObject\" { code { let x := dataoffset(\"NamedObject.\") sstore(add(x, 0), 0) } object \"OtherObject\" { code { revert(0, 0) } } }
| ^^^^^^^^^^^^^^
2022-10-26 10:13:47 +00:00
",
"message": "Unknown data object \"NamedObject.\".",
"severity": "error",
"sourceLocation":
{
"end": 64,
"file": "A",
"start": 50
},
"type": "TypeError"
}
]
}