solidity/test/cmdlineTests/recovery_standard_json/input.json

19 lines
304 B
JSON
Raw Normal View History

{
"language": "Solidity",
"sources":
{
"A":
{
2020-05-13 01:52:11 +00:00
"content": "// SPDX-License-Identifier: GPL-3.0\npragma solidity >=0.0; contract Errort6 { using foo for ; /* missing type name */ }"
}
},
"settings":
{
"parserErrorRecovery": true,
"outputSelection":
{
"*": { "": ["ast"] }
}
}
}