@@ -915,8 +915,8 @@ control/cases.rb:
915
915
# 56| getValue: [IntegerLiteral] 5
916
916
# 56| getKey: [SymbolLiteral] :b
917
917
# 56| getComponent: [StringTextComponent] b
918
- # 56| getValue: [LocalVariableAccess] b
919
918
# 56| getRestVariableAccess: [LocalVariableAccess] map
919
+ # 56| getValue: [LocalVariableAccess] b
920
920
# 57| getBranch: [InClause] in ... then ...
921
921
# 57| getPattern: [HashPattern] { ..., ** }
922
922
# 57| getKey: [SymbolLiteral] :a
@@ -1006,8 +1006,8 @@ control/cases.rb:
1006
1006
# 75| getValue: [IntegerLiteral] 5
1007
1007
# 75| getKey: [SymbolLiteral] :b
1008
1008
# 75| getComponent: [StringTextComponent] b
1009
- # 75| getValue: [LocalVariableAccess] b
1010
1009
# 75| getRestVariableAccess: [LocalVariableAccess] map
1010
+ # 75| getValue: [LocalVariableAccess] b
1011
1011
# 76| getBranch: [InClause] in ... then ...
1012
1012
# 76| getPattern: [HashPattern] { ..., ** }
1013
1013
# 76| getKey: [SymbolLiteral] :a
@@ -1209,8 +1209,8 @@ control/cases.rb:
1209
1209
# 141| getValue: [IntegerLiteral] 1
1210
1210
# 141| getKey: [SymbolLiteral] :a
1211
1211
# 141| getComponent: [StringTextComponent] a
1212
- # 141| getValue: [LocalVariableAccess] a
1213
1212
# 141| getRestVariableAccess: [LocalVariableAccess] rest
1213
+ # 141| getValue: [LocalVariableAccess] a
1214
1214
# 142| getBranch: [InClause] in ... then ...
1215
1215
# 142| getPattern: [HashPattern] { ..., ** }
1216
1216
# 142| getClass: [ConstantReadAccess] Foo
@@ -3185,14 +3185,14 @@ params/params.rb:
3185
3185
# 106| getParameter: [HashSplatParameter] **kwargs
3186
3186
# 106| getDefiningAccess: [LocalVariableAccess] kwargs
3187
3187
# 107| getStmt: [SuperCall] super call to m
3188
- # 107| getArgument: [HashSplatExpr] ** ...
3189
- # 107| getAnOperand/getOperand/getReceiver: [LocalVariableAccess] kwargs
3188
+ # 107| getArgument: [LocalVariableAccess] y
3189
+ # 107| getArgument: [SplatExpr] * ...
3190
+ # 107| getAnOperand/getOperand/getReceiver: [LocalVariableAccess] rest
3190
3191
# 107| getArgument: [Pair] Pair
3191
3192
# 107| getKey: [SymbolLiteral] k
3192
3193
# 107| getValue: [LocalVariableAccess] k
3193
- # 107| getArgument: [SplatExpr] * ...
3194
- # 107| getAnOperand/getOperand/getReceiver: [LocalVariableAccess] rest
3195
- # 107| getArgument: [LocalVariableAccess] y
3194
+ # 107| getArgument: [HashSplatExpr] ** ...
3195
+ # 107| getAnOperand/getOperand/getReceiver: [LocalVariableAccess] kwargs
3196
3196
# 111| getStmt: [MethodCall] call to m
3197
3197
# 111| getReceiver: [MethodCall] call to new
3198
3198
# 111| getReceiver: [ConstantReadAccess] Sub
0 commit comments