solidity/test/cmdlineTests/standard_wrong_key_source.json
2018-12-12 17:32:42 +01:00

12 lines
163 B
JSON

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