mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
6f97e6153c
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
17 lines
301 B
JSON
17 lines
301 B
JSON
{
|
|
"language": "Yul",
|
|
"sources":
|
|
{
|
|
"A":
|
|
{
|
|
"content": "object \"NamedObject\" { code { let x := dataoffset(\"NamedObject.\") sstore(add(x, 0), 0) } object \"OtherObject\" { code { revert(0, 0) } } }"
|
|
}
|
|
},
|
|
"settings":
|
|
{
|
|
"outputSelection":
|
|
{
|
|
"*": { "*": ["*"], "": [ "*" ] }
|
|
}
|
|
}
|
|
} |