@@ -800,6 +800,7 @@ control/cases.rb:
800
800
# 52| getBranch: [InClause] in ... then ...
801
801
# 52| getPattern: [HashPattern] { ..., ** }
802
802
# 52| getKey: [SymbolLiteral] :a
803
+ # 52| getValue: [LocalVariableAccess] a
803
804
# 53| getBranch: [InClause] in ... then ...
804
805
# 53| getPattern: [HashPattern] { ..., ** }
805
806
# 53| getKey: [SymbolLiteral] :a
@@ -813,17 +814,20 @@ control/cases.rb:
813
814
# 55| getKey: [SymbolLiteral] :a
814
815
# 55| getValue: [IntegerLiteral] 5
815
816
# 55| getKey: [SymbolLiteral] :b
817
+ # 55| getValue: [LocalVariableAccess] b
816
818
# 56| getBranch: [InClause] in ... then ...
817
819
# 56| getPattern: [HashPattern] { ..., ** }
818
820
# 56| getKey: [SymbolLiteral] :a
819
821
# 56| getValue: [IntegerLiteral] 5
820
822
# 56| getKey: [SymbolLiteral] :b
823
+ # 56| getValue: [LocalVariableAccess] b
821
824
# 56| getRestVariableAccess: [LocalVariableAccess] map
822
825
# 57| getBranch: [InClause] in ... then ...
823
826
# 57| getPattern: [HashPattern] { ..., ** }
824
827
# 57| getKey: [SymbolLiteral] :a
825
828
# 57| getValue: [IntegerLiteral] 5
826
829
# 57| getKey: [SymbolLiteral] :b
830
+ # 57| getValue: [LocalVariableAccess] b
827
831
# 58| getBranch: [InClause] in ... then ...
828
832
# 58| getPattern: [HashPattern] { ..., ** }
829
833
# 59| getBranch: [InClause] in ... then ...
@@ -878,6 +882,7 @@ control/cases.rb:
878
882
# 71| getBranch: [InClause] in ... then ...
879
883
# 71| getPattern: [HashPattern] { ..., ** }
880
884
# 71| getKey: [SymbolLiteral] :a
885
+ # 71| getValue: [LocalVariableAccess] a
881
886
# 72| getBranch: [InClause] in ... then ...
882
887
# 72| getPattern: [HashPattern] { ..., ** }
883
888
# 72| getKey: [SymbolLiteral] :a
@@ -891,17 +896,20 @@ control/cases.rb:
891
896
# 74| getKey: [SymbolLiteral] :a
892
897
# 74| getValue: [IntegerLiteral] 5
893
898
# 74| getKey: [SymbolLiteral] :b
899
+ # 74| getValue: [LocalVariableAccess] b
894
900
# 75| getBranch: [InClause] in ... then ...
895
901
# 75| getPattern: [HashPattern] { ..., ** }
896
902
# 75| getKey: [SymbolLiteral] :a
897
903
# 75| getValue: [IntegerLiteral] 5
898
904
# 75| getKey: [SymbolLiteral] :b
905
+ # 75| getValue: [LocalVariableAccess] b
899
906
# 75| getRestVariableAccess: [LocalVariableAccess] map
900
907
# 76| getBranch: [InClause] in ... then ...
901
908
# 76| getPattern: [HashPattern] { ..., ** }
902
909
# 76| getKey: [SymbolLiteral] :a
903
910
# 76| getValue: [IntegerLiteral] 5
904
911
# 76| getKey: [SymbolLiteral] :b
912
+ # 76| getValue: [LocalVariableAccess] b
905
913
# 77| getBranch: [InClause] in ... then ...
906
914
# 77| getPattern: [HashPattern] { ..., ** }
907
915
# 78| getBranch: [InClause] in ... then ...
@@ -1078,6 +1086,7 @@ control/cases.rb:
1078
1086
# 139| getBranch: [InClause] in ... then ...
1079
1087
# 139| getPattern: [HashPattern] { ..., ** }
1080
1088
# 139| getKey: [SymbolLiteral] :x
1089
+ # 139| getValue: [LocalVariableAccess] x
1081
1090
# 140| getBranch: [InClause] in ... then ...
1082
1091
# 140| getPattern: [HashPattern] { ..., ** }
1083
1092
# 140| getClass: [ConstantReadAccess] Bar
@@ -1091,11 +1100,13 @@ control/cases.rb:
1091
1100
# 141| getKey: [SymbolLiteral] :x
1092
1101
# 141| getValue: [IntegerLiteral] 1
1093
1102
# 141| getKey: [SymbolLiteral] :a
1103
+ # 141| getValue: [LocalVariableAccess] a
1094
1104
# 141| getRestVariableAccess: [LocalVariableAccess] rest
1095
1105
# 142| getBranch: [InClause] in ... then ...
1096
1106
# 142| getPattern: [HashPattern] { ..., ** }
1097
1107
# 142| getClass: [ConstantReadAccess] Foo
1098
1108
# 142| getKey: [SymbolLiteral] :y
1109
+ # 142| getValue: [LocalVariableAccess] y
1099
1110
# 143| getBranch: [InClause] in ... then ...
1100
1111
# 143| getPattern: [HashPattern] { ..., ** }
1101
1112
# 143| getClass: [ConstantReadAccess] Bar
0 commit comments