solidity/test/cmdlineTests/storage_layout_mapping/input.json

17 lines
318 B
JSON
Raw Normal View History

{
"language": "Solidity",
"sources": {
"fileA": {
2020-05-13 01:52:11 +00:00
"content": "//SPDX-License-Identifier: GPL-3.0\ncontract A { uint x; uint y; mapping (uint => mapping (address => bool)) map; }"
}
},
"settings": {
"outputSelection": {
"fileA": {
"A": [ "storageLayout" ],
"": [ "storageLayout" ]
}
}
}
}