solidity/test/cmdlineTests/standard_only_ast_requested/input.json
2020-05-13 18:16:59 +02:00

18 lines
254 B
JSON

{
"language": "Solidity",
"sources":
{
"A":
{
"content": "// SPDX-License-Identifier: GPL-3.0\npragma solidity >=0.0; contract C { function f() public pure {} }"
}
},
"settings":
{
"outputSelection":
{
"*": { "": ["ast"] }
}
}
}