aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON/smoke.json
blob: f5369bfc87949794540bcfa2f594b24ffc5e3e00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
    "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"
}