solidity/test/libsolidity/ASTJSON/smoke_legacy.json
2018-08-03 20:35:50 +02:00

49 lines
605 B
JSON

{
"attributes" :
{
"absolutePath" : "a",
"exportedSymbols" :
{
"C" :
[
1
]
}
},
"children" :
[
{
"attributes" :
{
"baseContracts" :
[
null
],
"contractDependencies" :
[
null
],
"contractKind" : "contract",
"documentation" : null,
"fullyImplemented" : true,
"linearizedBaseContracts" :
[
1
],
"name" : "C",
"nodes" :
[
null
],
"scope" : 2
},
"id" : 1,
"name" : "ContractDefinition",
"src" : "0:13:1"
}
],
"id" : 2,
"name" : "SourceUnit",
"src" : "0:14:1"
}