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

13 lines
189 B
JSON

{
"language": "Solidity",
"sources":
{
"A": "not an object :o",
"B": [1, 2, 3],
"C":
{
"content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
}
}
}