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

14 lines
168 B
JSON

{
"language": "Solidity",
"sources": {
"fileA": {
"content": "contract A { }"
}
},
"settings": {
"outputSelection": {
"fileA": "awesome file!"
}
}
}