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

18 lines
217 B
JSON

{
"language": "Solidity",
"sources":
{
"A":
{
"content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
}
},
"settings":
{
"outputSelection":
{
"*": { "": ["ast"] }
}
}
}