aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/ASTJSON/smoke.json
blob: f5369bfc87949794540bcfa2f594b24ffc5e3e00 (plain) (tree)
































                                                          
{
    "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"
}