@@ -706,6 +706,41 @@ 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: [MethodCall] call to y
718+ # 351| getReceiver: [SelfVariableAccess] self
719+ # 352| getStmt: [AssignExpr] ... = ...
720+ # 352| getAnOperand/getLeftOperand: [LocalVariableAccess] f
721+ # 352| getAnOperand/getRightOperand: [Lambda] -> { ... }
722+ # 352| getParameter: [SimpleParameter] x
723+ # 352| getDefiningAccess: [LocalVariableAccess] x
724+ # 352| getStmt: [MethodCall] call to foo
725+ # 352| getReceiver: [SelfVariableAccess] self
726+ # 352| getArgument: [LocalVariableAccess] x
727+ # 353| getStmt: [AssignExpr] ... = ...
728+ # 353| getAnOperand/getLeftOperand: [LocalVariableAccess] g
729+ # 353| getAnOperand/getRightOperand: [Lambda] -> { ... }
730+ # 353| getParameter: [SimpleParameter] x
731+ # 353| getDefiningAccess: [LocalVariableAccess] x
732+ # 353| getStmt: [MethodCall] call to unknown_call
733+ # 353| getReceiver: [SelfVariableAccess] self
734+ # 354| getStmt: [AssignExpr] ... = ...
735+ # 354| getAnOperand/getLeftOperand: [LocalVariableAccess] h
736+ # 354| getAnOperand/getRightOperand: [Lambda] -> { ... }
737+ # 354| getParameter: [SimpleParameter] x
738+ # 354| getDefiningAccess: [LocalVariableAccess] x
739+ # 355| getStmt: [LocalVariableAccess] x
740+ # 356| getStmt: [MethodCall] call to y
741+ # 356| getReceiver: [SelfVariableAccess] self
742+ # 357| getStmt: [MethodCall] call to unknown_call
743+ # 357| getReceiver: [SelfVariableAccess] self
709744control/cases.rb:
710745# 1| [Toplevel] cases.rb
711746# 2| getStmt: [AssignExpr] ... = ...
0 commit comments