forked from ethereum/solidity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
inheritance_specifier_parseOnly.json
51 lines (51 loc) · 1.07 KB
/
inheritance_specifier_parseOnly.json
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
49
50
51
{
"absolutePath": "a",
"id": 5,
"nodeType": "SourceUnit",
"nodes": [
{
"abstract": false,
"baseContracts": [],
"contractDependencies": [],
"contractKind": "contract",
"id": 1,
"name": "C1",
"nameLocation": "9:2:1",
"nodeType": "ContractDefinition",
"nodes": [],
"src": "0:14:1",
"usedErrors": [],
"usedEvents": []
},
{
"abstract": false,
"baseContracts": [
{
"baseName": {
"id": 2,
"name": "C1",
"nameLocations": [
"30:2:1"
],
"nodeType": "IdentifierPath",
"src": "30:2:1"
},
"id": 3,
"nodeType": "InheritanceSpecifier",
"src": "30:2:1"
}
],
"contractDependencies": [],
"contractKind": "contract",
"id": 4,
"name": "C2",
"nameLocation": "24:2:1",
"nodeType": "ContractDefinition",
"nodes": [],
"src": "15:20:1",
"usedErrors": [],
"usedEvents": []
}
],
"src": "0:36:1"
}