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

12 lines
163 B
JSON

{
"language": "Solidity",
"sources":
{
"A":
{
"key1": "test",
"content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
}
}
}