mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
17 lines
282 B
JSON
17 lines
282 B
JSON
|
{
|
||
|
"language": "Solidity",
|
||
|
"sources": {
|
||
|
"fileA": {
|
||
|
"content": "contract A { uint x; uint y; mapping (uint => mapping (address => bool)) map; }"
|
||
|
}
|
||
|
},
|
||
|
"settings": {
|
||
|
"outputSelection": {
|
||
|
"fileA": {
|
||
|
"A": [ "storageLayout" ],
|
||
|
"": [ "storageLayout" ]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|