@@ -457,6 +457,9 @@ calls/calls.rb:
457457# 267| getArgument: [BlockArgument] &...
458458# 267| getValue: [MethodCall] call to bar
459459# 267| getReceiver: [ConstantReadAccess] X
460+ # 268| getStmt: [MethodCall] call to foo
461+ # 268| getReceiver: [Self, SelfVariableAccess] self
462+ # 268| getArgument: [BlockArgument] &...
460463# 270| getStmt: [MethodCall] call to foo
461464# 270| getReceiver: [Self, SelfVariableAccess] self
462465# 270| getArgument: [SplatExpr] * ...
@@ -2694,6 +2697,19 @@ params/params.rb:
26942697# 77| getParameter: [SimpleParameter] val
26952698# 77| getDefiningAccess: [LocalVariableAccess] val
26962699# 77| getParameter: [HashSplatNilParameter] **nil
2700+ # 81| getStmt: [Method] anonymous_block_parameter
2701+ # 81| getParameter: [SimpleParameter] array
2702+ # 81| getDefiningAccess: [LocalVariableAccess] array
2703+ # 81| getParameter: [BlockParameter] &
2704+ # 81| getDefiningAccess: [LocalVariableAccess] __synth__0
2705+ # 82| getStmt: [MethodCall] call to proc
2706+ # 82| getReceiver: [Self, SelfVariableAccess] self
2707+ # 82| getArgument: [BlockArgument] &...
2708+ # 82| getValue: [LocalVariableAccess] __synth__0
2709+ # 83| getStmt: [MethodCall] call to each
2710+ # 83| getReceiver: [LocalVariableAccess] array
2711+ # 83| getArgument: [BlockArgument] &...
2712+ # 83| getValue: [LocalVariableAccess] __synth__0
26972713erb/template.html.erb:
26982714# 19| [Toplevel] template.html.erb
26992715# 19| getStmt: [StringLiteral] "hello world"
0 commit comments