@@ -3,20 +3,20 @@ arguments.cs:
33# 5| 4: [InstanceConstructor] ArgumentsTest
44#-----| 2: (Parameters)
55# 5| 0: [Parameter] x
6- # 5| -1: [TypeMention] Int32
6+ # 5| -1: [TypeMention] int
77# 5| 1: [IntLiteral] 0
88# 5| 1: [Parameter] y
9- # 5| -1: [TypeMention] Int32
9+ # 5| -1: [TypeMention] int
1010# 5| 1: [IntLiteral] 0
1111# 6| 4: [BlockStmt] {...}
1212# 9| 5: [InstanceConstructor] ArgumentsTest
1313#-----| 2: (Parameters)
1414# 9| 0: [Parameter] x
15- # 9| -1: [TypeMention] Int32
15+ # 9| -1: [TypeMention] int
1616# 9| 1: [Parameter] y
17- # 9| -1: [TypeMention] Int32
17+ # 9| -1: [TypeMention] int
1818# 9| 2: [Parameter] z
19- # 9| -1: [TypeMention] Int32
19+ # 9| -1: [TypeMention] int
2020# 10| 4: [BlockStmt] {...}
2121# 11| 0: [ExprStmt] ...;
2222# 11| 0: [AssignExpr] ... = ...
@@ -26,21 +26,21 @@ arguments.cs:
2626# 14| -1: [TypeMention] Void
2727#-----| 2: (Parameters)
2828# 14| 0: [Parameter] x
29- # 14| -1: [TypeMention] Int32
29+ # 14| -1: [TypeMention] int
3030# 14| 1: [IntLiteral] 1
3131# 14| 1: [Parameter] y
32- # 14| -1: [TypeMention] Int32
32+ # 14| -1: [TypeMention] int
3333# 14| 1: [IntLiteral] 2
3434# 15| 4: [BlockStmt] {...}
3535# 18| 7: [Method] f2
3636# 18| -1: [TypeMention] Void
3737#-----| 2: (Parameters)
3838# 18| 0: [Parameter] x
39- # 18| -1: [TypeMention] Int32
39+ # 18| -1: [TypeMention] int
4040# 18| 1: [Parameter] y
41- # 18| -1: [TypeMention] Int32
41+ # 18| -1: [TypeMention] int
4242# 18| 2: [Parameter] z
43- # 18| -1: [TypeMention] Int32
43+ # 18| -1: [TypeMention] int
4444# 19| 4: [BlockStmt] {...}
4545# 20| 0: [ExprStmt] ...;
4646# 20| 0: [AssignExpr] ... = ...
@@ -51,7 +51,7 @@ arguments.cs:
5151# 24| 4: [BlockStmt] {...}
5252# 25| 0: [LocalVariableDeclStmt] ... ...;
5353# 25| 0: [LocalVariableDeclAndInitExpr] Int32 x = ...
54- # 25| -1: [TypeMention] Int32
54+ # 25| -1: [TypeMention] int
5555# 25| 0: [LocalVariableAccess] access to local variable x
5656# 25| 1: [IntLiteral] 1
5757# 27| 1: [ExprStmt] ...;
@@ -77,10 +77,10 @@ arguments.cs:
7777# 33| -1: [TypeMention] Void
7878#-----| 2: (Parameters)
7979# 33| 0: [Parameter] o
80- # 33| -1: [TypeMention] Int32
80+ # 33| -1: [TypeMention] int
8181# 33| 1: [Parameter] args
8282# 33| -1: [TypeMention] Int32[]
83- # 33| 1: [TypeMention] Int32
83+ # 33| 1: [TypeMention] int
8484# 34| 4: [BlockStmt] {...}
8585# 35| 0: [ExprStmt] ...;
8686# 35| 0: [MethodCall] call to method f3
@@ -92,7 +92,7 @@ arguments.cs:
9292# 36| 0: [IntLiteral] 0
9393# 36| 1: [ArrayCreation] array creation of type Int32[]
9494# 36| -2: [TypeMention] Int32[]
95- # 36| 1: [TypeMention] Int32
95+ # 36| 1: [TypeMention] int
9696# 36| -1: [ArrayInitializer] { ..., ... }
9797# 36| 0: [IntLiteral] 1
9898# 36| 1: [IntLiteral] 2
@@ -112,7 +112,7 @@ arguments.cs:
112112# 40| 0: [MethodCall] call to method f3
113113# 40| 0: [ArrayCreation] array creation of type Int32[]
114114# 40| -2: [TypeMention] Int32[]
115- # 40| 1: [TypeMention] Int32
115+ # 40| 1: [TypeMention] int
116116# 40| -1: [ArrayInitializer] { ..., ... }
117117# 40| 0: [IntLiteral] 1
118118# 40| 1: [IntLiteral] 2
@@ -122,29 +122,29 @@ arguments.cs:
122122#-----| 2: (Parameters)
123123# 43| 0: [Parameter] args
124124# 43| -1: [TypeMention] Object[]
125- # 43| 1: [TypeMention] Object
125+ # 43| 1: [TypeMention] object
126126# 44| 4: [BlockStmt] {...}
127127# 45| 0: [ExprStmt] ...;
128128# 45| 0: [MethodCall] call to method f4
129129# 45| 0: [ArrayCreation] array creation of type Object[]
130130# 45| -2: [TypeMention] Object[]
131- # 45| 1: [TypeMention] Object
131+ # 45| 1: [TypeMention] object
132132# 45| -1: [ArrayInitializer] { ..., ... }
133133# 45| 0: [NullLiteral] null
134134# 45| 1: [NullLiteral] null
135135# 48| 11: [Property] Prop
136- # 48| -1: [TypeMention] Int32
136+ # 48| -1: [TypeMention] int
137137# 48| 3: [Getter] get_Prop
138138# 48| 4: [Setter] set_Prop
139139#-----| 2: (Parameters)
140140# 48| 0: [Parameter] value
141141# 50| 12: [Indexer] Item
142- # 50| -1: [TypeMention] Int32
142+ # 50| -1: [TypeMention] int
143143#-----| 1: (Parameters)
144144# 50| 0: [Parameter] a
145- # 50| -1: [TypeMention] Int32
145+ # 50| -1: [TypeMention] int
146146# 50| 1: [Parameter] b
147- # 50| -1: [TypeMention] Int32
147+ # 50| -1: [TypeMention] int
148148# 50| 3: [Getter] get_Item
149149#-----| 2: (Parameters)
150150# 50| 0: [Parameter] a
@@ -205,7 +205,7 @@ arguments.cs:
205205# 60| 1: [IntLiteral] 12
206206# 61| 7: [LocalVariableDeclStmt] ... ...;
207207# 61| 0: [LocalVariableDeclAndInitExpr] (Int32,Int32) tuple = ...
208- # 61| -1: [TypeMention] (Int32,Int32 )
208+ # 61| -1: [TypeMention] (int, int )
209209# 61| 0: [LocalVariableAccess] access to local variable tuple
210210# 61| 1: [TupleExpr] (..., ...)
211211# 61| 0: [IntLiteral] 13
@@ -239,15 +239,15 @@ arguments.cs:
239239#-----| 3: (Base types)
240240# 72| 0: [TypeMention] Attribute
241241# 74| 4: [Field] x
242- # 74| -1: [TypeMention] Int32
242+ # 74| -1: [TypeMention] int
243243# 75| 5: [IndexerProperty] y
244- # 75| -1: [TypeMention] String
244+ # 75| -1: [TypeMention] string
245245# 75| 3: [Getter] get_y
246246# 75| 4: [Setter] set_y
247247#-----| 2: (Parameters)
248248# 75| 0: [Parameter] value
249249# 76| 6: [InstanceConstructor] MyAttribute
250250#-----| 2: (Parameters)
251251# 76| 0: [Parameter] b
252- # 76| -1: [TypeMention] Boolean
252+ # 76| -1: [TypeMention] bool
253253# 76| 4: [BlockStmt] {...}
0 commit comments