solidity/test/cmdlineTests/storage_layout_bytes/input.json
2020-05-13 18:16:59 +02:00

17 lines
284 B
JSON

{
"language": "Solidity",
"sources": {
"fileA": {
"content": "//SPDX-License-Identifier: GPL-3.0\ncontract A { bytes s1 = \"test\"; bytes s2; }"
}
},
"settings": {
"outputSelection": {
"fileA": {
"A": [ "storageLayout" ],
"": [ "storageLayout" ]
}
}
}
}