@@ -1556,6 +1556,35 @@ constants/constants.rb:
15561556# 73| getAnOperand/getLeftOperand: [ClassVariableAccess] @@fourty_six
15571557# 73| getAnOperand/getRightOperand: [ConstantReadAccess] FOURTY_SIX
15581558# 73| getScopeExpr: [ConstantReadAccess] Mod3
1559+ # 78| getStmt: [AssignExpr] ... = ...
1560+ # 78| getAnOperand/getLeftOperand: [LocalVariableAccess] a
1561+ # 78| getAnOperand/getRightOperand: [ArrayLiteral] [...]
1562+ # 78| getElement: [IntegerLiteral] 1
1563+ # 78| getElement: [IntegerLiteral] 2
1564+ # 78| getElement: [IntegerLiteral] 3
1565+ # 79| getStmt: [AssignExpr] ... = ...
1566+ # 79| getAnOperand/getLeftOperand: [ConstantAssignment] A
1567+ # 79| getAnOperand/getRightOperand: [ArrayLiteral] [...]
1568+ # 79| getElement: [IntegerLiteral] 1
1569+ # 79| getElement: [IntegerLiteral] 2
1570+ # 79| getElement: [IntegerLiteral] 3
1571+ # 80| getStmt: [AssignExpr] ... = ...
1572+ # 80| getAnOperand/getLeftOperand: [ConstantAssignment] B
1573+ # 80| getAnOperand/getRightOperand: [LocalVariableAccess] a
1574+ # 81| getStmt: [AssignExpr] ... = ...
1575+ # 81| getAnOperand/getLeftOperand: [ConstantAssignment] C
1576+ # 81| getAnOperand/getRightOperand: [ConstantReadAccess] A
1577+ # 82| getStmt: [AssignExpr] ... = ...
1578+ # 82| getAnOperand/getLeftOperand: [LocalVariableAccess] b
1579+ # 82| getAnOperand/getRightOperand: [ConstantReadAccess] B
1580+ # 84| getStmt: [IfExpr] if ...
1581+ # 84| getCondition: [MethodCall] call to condition
1582+ # 84| getReceiver: [SelfVariableAccess] self
1583+ # 84| getBranch/getThen: [StmtSequence] then ...
1584+ # 85| getStmt: [AssignExpr] ... = ...
1585+ # 85| getAnOperand/getLeftOperand: [LocalVariableAccess] c
1586+ # 85| getAnOperand/getRightOperand: [LocalVariableAccess] b
1587+ # 87| getStmt: [LocalVariableAccess] c
15591588escape_sequences/escapes.rb:
15601589# 1| [Toplevel] escapes.rb
15611590# 6| getStmt: [StringLiteral] "\'"
0 commit comments