solidity/test/cmdlineTests/standard_wrong_type_output_selection_file/input.json

14 lines
204 B
JSON
Raw Normal View History

{
"language": "Solidity",
"sources": {
"fileA": {
2020-05-13 01:52:11 +00:00
"content": "//SPDX-License-Identifier: GPL-3.0\ncontract A { }"
}
},
"settings": {
"outputSelection": {
"fileA": "awesome file!"
}
}
}