mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
18 lines
334 B
JSON
18 lines
334 B
JSON
|
{
|
||
|
"language": "Yul",
|
||
|
"sources":
|
||
|
{
|
||
|
"A":
|
||
|
{
|
||
|
"content": "object \"NamedObject\" { code { let x := dataoffset(\"DataName\") sstore(add(x, 0), 0) } data \"DataName\" \"abc\" object \"OtherObject\" { code { revert(0, 0) } } }"
|
||
|
}
|
||
|
},
|
||
|
"settings":
|
||
|
{
|
||
|
"outputSelection":
|
||
|
{
|
||
|
"A": { "NamedObject": ["*"], "": [ "*" ] }
|
||
|
}
|
||
|
}
|
||
|
}
|