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

17 lines
207 B
JSON

{
"language": "Solidity",
"sources": {
"fileA": {
"content": "contract A { }"
}
},
"settings": {
"outputSelection": {
"fileA": {
"A": [ 1, 2, 3 ,4],
"": [ "legacyAST" ]
}
}
}
}