@@ -706,6 +706,39 @@ calls/calls.rb:
706706# 347| getKey: [SymbolLiteral] :X
707707# 347| getComponent: [StringTextComponent] X
708708# 347| getValue: [ConstantReadAccess] X
709+ # 350| getStmt: [AssignExpr] ... = ...
710+ # 350| getAnOperand/getLeftOperand: [LocalVariableAccess] y
711+ # 350| getAnOperand/getRightOperand: [IntegerLiteral] 1
712+ # 351| getStmt: [AssignExpr] ... = ...
713+ # 351| getAnOperand/getLeftOperand: [LocalVariableAccess] id
714+ # 351| getAnOperand/getRightOperand: [Lambda] -> { ... }
715+ # 351| getParameter: [SimpleParameter] x
716+ # 351| getDefiningAccess: [LocalVariableAccess] x
717+ # 351| getStmt: [LocalVariableAccess] y
718+ # 352| getStmt: [AssignExpr] ... = ...
719+ # 352| getAnOperand/getLeftOperand: [LocalVariableAccess] f
720+ # 352| getAnOperand/getRightOperand: [Lambda] -> { ... }
721+ # 352| getParameter: [SimpleParameter] x
722+ # 352| getDefiningAccess: [LocalVariableAccess] x
723+ # 352| getStmt: [MethodCall] call to foo
724+ # 352| getReceiver: [SelfVariableAccess] self
725+ # 352| getArgument: [LocalVariableAccess] x
726+ # 353| getStmt: [AssignExpr] ... = ...
727+ # 353| getAnOperand/getLeftOperand: [LocalVariableAccess] g
728+ # 353| getAnOperand/getRightOperand: [Lambda] -> { ... }
729+ # 353| getParameter: [SimpleParameter] x
730+ # 353| getDefiningAccess: [LocalVariableAccess] x
731+ # 353| getStmt: [MethodCall] call to unknown_call
732+ # 353| getReceiver: [SelfVariableAccess] self
733+ # 354| getStmt: [AssignExpr] ... = ...
734+ # 354| getAnOperand/getLeftOperand: [LocalVariableAccess] h
735+ # 354| getAnOperand/getRightOperand: [Lambda] -> { ... }
736+ # 354| getParameter: [SimpleParameter] x
737+ # 354| getDefiningAccess: [LocalVariableAccess] x
738+ # 355| getStmt: [LocalVariableAccess] x
739+ # 356| getStmt: [LocalVariableAccess] y
740+ # 357| getStmt: [MethodCall] call to unknown_call
741+ # 357| getReceiver: [SelfVariableAccess] self
709742control/cases.rb:
710743# 1| [Toplevel] cases.rb
711744# 2| getStmt: [AssignExpr] ... = ...
0 commit comments