solidity/test/cmdlineTests/standard_wrong_type_auxiliary_input_smtlib2responses_member/input.json
2019-01-07 15:05:54 +01:00

24 lines
393 B
JSON

{
"language": "Solidity",
"sources": {
"fileA": {
"content": "contract A { }"
}
},
"settings": {
"outputSelection": {
"fileA": {
"A": [ "abi", "devdoc", "userdoc", "evm.bytecode", "evm.assembly", "evm.gasEstimates", "evm.legacyAssembly", "metadata" ],
"": [ "legacyAST" ]
}
}
},
"auxiliaryInput":
{
"smtlib2responses":
{
"abc": ["not a string"]
}
}
}