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

17 lines
230 B
JSON

{
"language": "Solidity",
"sources": {
"fileA": {
"content": "contract A { }"
}
},
"settings": {
"outputSelection": {
"fileA": {
"A": "it's a contract, but not an array!",
"": [ "legacyAST" ]
}
}
}
}