solidity/test/libsolidity/ASTJSON/smoke.json

34 lines
478 B
JSON
Raw Normal View History

2018-08-03 17:41:35 +00:00
{
"absolutePath" : "a",
"exportedSymbols" :
{
"C" :
[
1
]
},
"id" : 2,
"nodeType" : "SourceUnit",
"nodes" :
[
{
"baseContracts" : [],
"contractDependencies" : [],
"contractKind" : "contract",
"documentation" : null,
"fullyImplemented" : true,
"id" : 1,
"linearizedBaseContracts" :
[
1
],
"name" : "C",
"nodeType" : "ContractDefinition",
"nodes" : [],
"scope" : 2,
"src" : "0:13:1"
}
],
"src" : "0:14:1"
}