mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
17 lines
445 B
JSON
17 lines
445 B
JSON
{
|
|
"language": "Solidity",
|
|
"sources": {
|
|
"fileA": {
|
|
"content": "//SPDX-License-Identifier: GPL-3.0\ncontract A { struct S { uint128 a; uint128 b; uint[2] staticArray; uint[] dynArray; } uint x; uint y; S s; address addr; mapping (uint => mapping (address => bool)) map; uint[] array; string s1; bytes b1; }"
|
|
}
|
|
},
|
|
"settings": {
|
|
"outputSelection": {
|
|
"fileA": {
|
|
"A": [ "storageLayout" ],
|
|
"": [ "storageLayout" ]
|
|
}
|
|
}
|
|
}
|
|
}
|