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

19 lines
296 B
JSON

{
"language": "Solidity",
"sources":
{
"A":
{
"content": "//SPDX-License-Identifier: GPL-3.0\npragma solidity >=0.0; contract C { function f() public pure {} }"
}
},
"settings":
{
"optimizer": 1,
"evmVersion": "byzantium",
"metadata": {
"useLiteralContent": true
}
}
}