@@ -915,8 +915,8 @@ control/cases.rb:
915915# 56| getValue: [IntegerLiteral] 5
916916# 56| getKey: [SymbolLiteral] :b
917917# 56| getComponent: [StringTextComponent] b
918- # 56| getValue: [LocalVariableAccess] b
919918# 56| getRestVariableAccess: [LocalVariableAccess] map
919+ # 56| getValue: [LocalVariableAccess] b
920920# 57| getBranch: [InClause] in ... then ...
921921# 57| getPattern: [HashPattern] { ..., ** }
922922# 57| getKey: [SymbolLiteral] :a
@@ -1006,8 +1006,8 @@ control/cases.rb:
10061006# 75| getValue: [IntegerLiteral] 5
10071007# 75| getKey: [SymbolLiteral] :b
10081008# 75| getComponent: [StringTextComponent] b
1009- # 75| getValue: [LocalVariableAccess] b
10101009# 75| getRestVariableAccess: [LocalVariableAccess] map
1010+ # 75| getValue: [LocalVariableAccess] b
10111011# 76| getBranch: [InClause] in ... then ...
10121012# 76| getPattern: [HashPattern] { ..., ** }
10131013# 76| getKey: [SymbolLiteral] :a
@@ -1209,8 +1209,8 @@ control/cases.rb:
12091209# 141| getValue: [IntegerLiteral] 1
12101210# 141| getKey: [SymbolLiteral] :a
12111211# 141| getComponent: [StringTextComponent] a
1212- # 141| getValue: [LocalVariableAccess] a
12131212# 141| getRestVariableAccess: [LocalVariableAccess] rest
1213+ # 141| getValue: [LocalVariableAccess] a
12141214# 142| getBranch: [InClause] in ... then ...
12151215# 142| getPattern: [HashPattern] { ..., ** }
12161216# 142| getClass: [ConstantReadAccess] Foo
@@ -3185,14 +3185,14 @@ params/params.rb:
31853185# 106| getParameter: [HashSplatParameter] **kwargs
31863186# 106| getDefiningAccess: [LocalVariableAccess] kwargs
31873187# 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
31903191# 107| getArgument: [Pair] Pair
31913192# 107| getKey: [SymbolLiteral] k
31923193# 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
31963196# 111| getStmt: [MethodCall] call to m
31973197# 111| getReceiver: [MethodCall] call to new
31983198# 111| getReceiver: [ConstantReadAccess] Sub
0 commit comments