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

21 lines
410 B
JSON

{
"language": "Solidity",
"sources": {
"fileA": {
"content": "//SPDX-License-Identifier: GPL-3.0\ncontract A { }"
}
},
"settings": {
"outputSelection": {
"fileA": {
"A": [ "abi", "devdoc", "userdoc", "evm.bytecode", "evm.assembly", "evm.gasEstimates", "evm.legacyAssembly", "metadata" ],
"": [ "legacyAST" ]
}
}
},
"auxiliaryInput":
{
"smtlib2responses": "not an object"
}
}