@@ -25,8 +25,9 @@ calls/calls.rb:
2525# 67| getReceiver: [ConstantReadAccess] X
2626# 226| [ForExpr] for ... in ...
2727# 226| getDesugared: [MethodCall] call to each
28- # 226| getBlock: [SynthBlock ] { ... }
28+ # 226| getBlock: [BraceBlock ] { ... }
2929# 226| getParameter: [SimpleParameter] __synth__0__1
30+ # 226| getDefiningAccess: [LocalVariableAccess] __synth__0__1
3031# 226| getStmt: [AssignExpr] ... = ...
3132# 226| getAnOperand/getRightOperand: [LocalVariableAccess] __synth__0__1
3233# 226| getAnOperand/getLeftOperand: [LocalVariableAccess] x
@@ -37,8 +38,9 @@ calls/calls.rb:
3738# 226| getReceiver: [Self, SelfVariableAccess] self
3839# 229| [ForExpr] for ... in ...
3940# 229| getDesugared: [MethodCall] call to each
40- # 229| getBlock: [SynthBlock ] { ... }
41+ # 229| getBlock: [BraceBlock ] { ... }
4142# 229| getParameter: [SimpleParameter] __synth__0__1
43+ # 229| getDefiningAccess: [LocalVariableAccess] __synth__0__1
4244# 229| getStmt: [AssignExpr] ... = ...
4345# 229| getAnOperand/getRightOperand: [LocalVariableAccess] __synth__0__1
4446# 229| getAnOperand/getLeftOperand: [LocalVariableAccess] x
@@ -221,8 +223,9 @@ calls/calls.rb:
221223# 320| getStmt: [LocalVariableAccess] __synth__4
222224# 340| [ForExpr] for ... in ...
223225# 340| getDesugared: [MethodCall] call to each
224- # 340| getBlock: [SynthBlock ] { ... }
226+ # 340| getBlock: [BraceBlock ] { ... }
225227# 340| getParameter: [SimpleParameter] __synth__0__1
228+ # 340| getDefiningAccess: [LocalVariableAccess] __synth__0__1
226229# 340| getStmt: [AssignExpr] ... = ...
227230# 340| getDesugared: [StmtSequence] ...
228231# 340| getStmt: [AssignExpr] ... = ...
@@ -400,8 +403,9 @@ literals/literals.rb:
400403control/loops.rb:
401404# 9| [ForExpr] for ... in ...
402405# 9| getDesugared: [MethodCall] call to each
403- # 9| getBlock: [SynthBlock ] { ... }
406+ # 9| getBlock: [BraceBlock ] { ... }
404407# 9| getParameter: [SimpleParameter] __synth__0__1
408+ # 9| getDefiningAccess: [LocalVariableAccess] __synth__0__1
405409# 9| getStmt: [AssignExpr] ... = ...
406410# 9| getAnOperand/getRightOperand: [LocalVariableAccess] __synth__0__1
407411# 9| getAnOperand/getLeftOperand: [LocalVariableAccess] n
@@ -420,8 +424,9 @@ control/loops.rb:
420424# 9| getEnd: [IntegerLiteral] 10
421425# 16| [ForExpr] for ... in ...
422426# 16| getDesugared: [MethodCall] call to each
423- # 16| getBlock: [SynthBlock ] { ... }
427+ # 16| getBlock: [BraceBlock ] { ... }
424428# 16| getParameter: [SimpleParameter] __synth__0__1
429+ # 16| getDefiningAccess: [LocalVariableAccess] __synth__0__1
425430# 16| getStmt: [AssignExpr] ... = ...
426431# 16| getAnOperand/getRightOperand: [LocalVariableAccess] __synth__0__1
427432# 16| getAnOperand/getLeftOperand: [LocalVariableAccess] n
@@ -443,8 +448,9 @@ control/loops.rb:
443448# 16| getEnd: [IntegerLiteral] 10
444449# 22| [ForExpr] for ... in ...
445450# 22| getDesugared: [MethodCall] call to each
446- # 22| getBlock: [SynthBlock ] { ... }
451+ # 22| getBlock: [BraceBlock ] { ... }
447452# 22| getParameter: [SimpleParameter] __synth__0__1
453+ # 22| getDefiningAccess: [LocalVariableAccess] __synth__0__1
448454# 22| getStmt: [AssignExpr] ... = ...
449455# 22| getDesugared: [StmtSequence] ...
450456# 22| getStmt: [AssignExpr] ... = ...
@@ -484,8 +490,9 @@ control/loops.rb:
484490# 22| getValue: [IntegerLiteral] 1
485491# 28| [ForExpr] for ... in ...
486492# 28| getDesugared: [MethodCall] call to each
487- # 28| getBlock: [SynthBlock ] { ... }
493+ # 28| getBlock: [BraceBlock ] { ... }
488494# 28| getParameter: [SimpleParameter] __synth__0__1
495+ # 28| getDefiningAccess: [LocalVariableAccess] __synth__0__1
489496# 28| getStmt: [AssignExpr] ... = ...
490497# 28| getDesugared: [StmtSequence] ...
491498# 28| getStmt: [AssignExpr] ... = ...
@@ -692,8 +699,9 @@ params/params.rb:
692699erb/template.html.erb:
693700# 27| [ForExpr] for ... in ...
694701# 27| getDesugared: [MethodCall] call to each
695- # 27| getBlock: [SynthBlock ] { ... }
702+ # 27| getBlock: [BraceBlock ] { ... }
696703# 27| getParameter: [SimpleParameter] __synth__0__1
704+ # 27| getDefiningAccess: [LocalVariableAccess] __synth__0__1
697705# 27| getStmt: [AssignExpr] ... = ...
698706# 27| getAnOperand/getRightOperand: [LocalVariableAccess] __synth__0__1
699707# 27| getAnOperand/getLeftOperand: [LocalVariableAccess] x
0 commit comments