solidity/test/cmdlineTests/standard_wrong_type_output_selection_contract/input.json

17 lines
230 B
JSON
Raw Normal View History

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