Skip to content

Commit ed8aaad

Browse files
committed
Fix formatting of ASTJSON tests.
1 parent d03ed0d commit ed8aaad

File tree

4 files changed

+456
-456
lines changed

4 files changed

+456
-456
lines changed
Lines changed: 105 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,107 +1,107 @@
11
{
2-
"absolutePath" : "a",
3-
"exportedSymbols" :
4-
{
5-
"C" :
6-
[
7-
9
8-
]
9-
},
10-
"id" : 10,
11-
"nodeType" : "SourceUnit",
12-
"nodes" :
13-
[
14-
{
15-
"baseContracts" : [],
16-
"contractDependencies" : [],
17-
"contractKind" : "contract",
18-
"documentation" : null,
19-
"fullyImplemented" : true,
20-
"id" : 9,
21-
"linearizedBaseContracts" :
22-
[
23-
9
24-
],
25-
"name" : "C",
26-
"nodeType" : "ContractDefinition",
27-
"nodes" :
28-
[
29-
{
30-
"body" :
31-
{
32-
"id" : 3,
33-
"nodeType" : "Block",
34-
"src" : "42:5:1",
35-
"statements" : []
36-
},
37-
"documentation" : null,
38-
"id" : 4,
39-
"implemented" : true,
40-
"kind" : "receive",
41-
"modifiers" : [],
42-
"name" : "",
43-
"nodeType" : "FunctionDefinition",
44-
"overrides" : null,
45-
"parameters" :
46-
{
47-
"id" : 1,
48-
"nodeType" : "ParameterList",
49-
"parameters" : [],
50-
"src" : "22:2:1"
51-
},
52-
"returnParameters" :
53-
{
54-
"id" : 2,
55-
"nodeType" : "ParameterList",
56-
"parameters" : [],
57-
"src" : "42:0:1"
58-
},
59-
"scope" : 9,
60-
"src" : "15:32:1",
61-
"stateMutability" : "payable",
62-
"superFunction" : null,
63-
"visibility" : "external"
64-
},
65-
{
66-
"body" :
67-
{
68-
"id" : 7,
69-
"nodeType" : "Block",
70-
"src" : "78:5:1",
71-
"statements" : []
72-
},
73-
"documentation" : null,
74-
"id" : 8,
75-
"implemented" : true,
76-
"kind" : "fallback",
77-
"modifiers" : [],
78-
"name" : "",
79-
"nodeType" : "FunctionDefinition",
80-
"overrides" : null,
81-
"parameters" :
82-
{
83-
"id" : 5,
84-
"nodeType" : "ParameterList",
85-
"parameters" : [],
86-
"src" : "58:2:1"
87-
},
88-
"returnParameters" :
89-
{
90-
"id" : 6,
91-
"nodeType" : "ParameterList",
92-
"parameters" : [],
93-
"src" : "78:0:1"
94-
},
95-
"scope" : 9,
96-
"src" : "50:33:1",
97-
"stateMutability" : "payable",
98-
"superFunction" : null,
99-
"visibility" : "external"
100-
}
101-
],
102-
"scope" : 10,
103-
"src" : "0:85:1"
104-
}
105-
],
106-
"src" : "0:86:1"
2+
"absolutePath": "a",
3+
"exportedSymbols":
4+
{
5+
"C":
6+
[
7+
9
8+
]
9+
},
10+
"id": 10,
11+
"nodeType": "SourceUnit",
12+
"nodes":
13+
[
14+
{
15+
"baseContracts": [],
16+
"contractDependencies": [],
17+
"contractKind": "contract",
18+
"documentation": null,
19+
"fullyImplemented": true,
20+
"id": 9,
21+
"linearizedBaseContracts":
22+
[
23+
9
24+
],
25+
"name": "C",
26+
"nodeType": "ContractDefinition",
27+
"nodes":
28+
[
29+
{
30+
"body":
31+
{
32+
"id": 3,
33+
"nodeType": "Block",
34+
"src": "42:5:1",
35+
"statements": []
36+
},
37+
"documentation": null,
38+
"id": 4,
39+
"implemented": true,
40+
"kind": "receive",
41+
"modifiers": [],
42+
"name": "",
43+
"nodeType": "FunctionDefinition",
44+
"overrides": null,
45+
"parameters":
46+
{
47+
"id": 1,
48+
"nodeType": "ParameterList",
49+
"parameters": [],
50+
"src": "22:2:1"
51+
},
52+
"returnParameters":
53+
{
54+
"id": 2,
55+
"nodeType": "ParameterList",
56+
"parameters": [],
57+
"src": "42:0:1"
58+
},
59+
"scope": 9,
60+
"src": "15:32:1",
61+
"stateMutability": "payable",
62+
"superFunction": null,
63+
"visibility": "external"
64+
},
65+
{
66+
"body":
67+
{
68+
"id": 7,
69+
"nodeType": "Block",
70+
"src": "78:5:1",
71+
"statements": []
72+
},
73+
"documentation": null,
74+
"id": 8,
75+
"implemented": true,
76+
"kind": "fallback",
77+
"modifiers": [],
78+
"name": "",
79+
"nodeType": "FunctionDefinition",
80+
"overrides": null,
81+
"parameters":
82+
{
83+
"id": 5,
84+
"nodeType": "ParameterList",
85+
"parameters": [],
86+
"src": "58:2:1"
87+
},
88+
"returnParameters":
89+
{
90+
"id": 6,
91+
"nodeType": "ParameterList",
92+
"parameters": [],
93+
"src": "78:0:1"
94+
},
95+
"scope": 9,
96+
"src": "50:33:1",
97+
"stateMutability": "payable",
98+
"superFunction": null,
99+
"visibility": "external"
100+
}
101+
],
102+
"scope": 10,
103+
"src": "0:85:1"
104+
}
105+
],
106+
"src": "0:86:1"
107107
}

0 commit comments

Comments
 (0)