aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON/smoke_legacy.json
blob: e01a3c9b269b89fdf10935edcff2de3bed8fea82 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
    "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"
}