mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
17 lines
308 B
JSON
17 lines
308 B
JSON
{
|
|
"language": "Solidity",
|
|
"sources": {
|
|
"fileA": {
|
|
"content": "//SPDX-License-Identifier: GPL-3.0\npragma solidity >=0.0;\ncontract A { bytes s1 = \"test\"; bytes s2; }"
|
|
}
|
|
},
|
|
"settings": {
|
|
"outputSelection": {
|
|
"fileA": {
|
|
"A": [ "storageLayout" ],
|
|
"": [ "storageLayout" ]
|
|
}
|
|
}
|
|
}
|
|
}
|