@@ -25,8 +25,9 @@ calls/calls.rb:
25
25
# 67| getReceiver: [ConstantReadAccess] X
26
26
# 226| [ForExpr] for ... in ...
27
27
# 226| getDesugared: [MethodCall] call to each
28
- # 226| getBlock: [SynthBlock ] { ... }
28
+ # 226| getBlock: [BraceBlock ] { ... }
29
29
# 226| getParameter: [SimpleParameter] __synth__0__1
30
+ # 226| getDefiningAccess: [LocalVariableAccess] __synth__0__1
30
31
# 226| getStmt: [AssignExpr] ... = ...
31
32
# 226| getAnOperand/getRightOperand: [LocalVariableAccess] __synth__0__1
32
33
# 226| getAnOperand/getLeftOperand: [LocalVariableAccess] x
@@ -37,8 +38,9 @@ calls/calls.rb:
37
38
# 226| getReceiver: [Self, SelfVariableAccess] self
38
39
# 229| [ForExpr] for ... in ...
39
40
# 229| getDesugared: [MethodCall] call to each
40
- # 229| getBlock: [SynthBlock ] { ... }
41
+ # 229| getBlock: [BraceBlock ] { ... }
41
42
# 229| getParameter: [SimpleParameter] __synth__0__1
43
+ # 229| getDefiningAccess: [LocalVariableAccess] __synth__0__1
42
44
# 229| getStmt: [AssignExpr] ... = ...
43
45
# 229| getAnOperand/getRightOperand: [LocalVariableAccess] __synth__0__1
44
46
# 229| getAnOperand/getLeftOperand: [LocalVariableAccess] x
@@ -221,8 +223,9 @@ calls/calls.rb:
221
223
# 320| getStmt: [LocalVariableAccess] __synth__4
222
224
# 340| [ForExpr] for ... in ...
223
225
# 340| getDesugared: [MethodCall] call to each
224
- # 340| getBlock: [SynthBlock ] { ... }
226
+ # 340| getBlock: [BraceBlock ] { ... }
225
227
# 340| getParameter: [SimpleParameter] __synth__0__1
228
+ # 340| getDefiningAccess: [LocalVariableAccess] __synth__0__1
226
229
# 340| getStmt: [AssignExpr] ... = ...
227
230
# 340| getDesugared: [StmtSequence] ...
228
231
# 340| getStmt: [AssignExpr] ... = ...
@@ -400,8 +403,9 @@ literals/literals.rb:
400
403
control/loops.rb:
401
404
# 9| [ForExpr] for ... in ...
402
405
# 9| getDesugared: [MethodCall] call to each
403
- # 9| getBlock: [SynthBlock ] { ... }
406
+ # 9| getBlock: [BraceBlock ] { ... }
404
407
# 9| getParameter: [SimpleParameter] __synth__0__1
408
+ # 9| getDefiningAccess: [LocalVariableAccess] __synth__0__1
405
409
# 9| getStmt: [AssignExpr] ... = ...
406
410
# 9| getAnOperand/getRightOperand: [LocalVariableAccess] __synth__0__1
407
411
# 9| getAnOperand/getLeftOperand: [LocalVariableAccess] n
@@ -420,8 +424,9 @@ control/loops.rb:
420
424
# 9| getEnd: [IntegerLiteral] 10
421
425
# 16| [ForExpr] for ... in ...
422
426
# 16| getDesugared: [MethodCall] call to each
423
- # 16| getBlock: [SynthBlock ] { ... }
427
+ # 16| getBlock: [BraceBlock ] { ... }
424
428
# 16| getParameter: [SimpleParameter] __synth__0__1
429
+ # 16| getDefiningAccess: [LocalVariableAccess] __synth__0__1
425
430
# 16| getStmt: [AssignExpr] ... = ...
426
431
# 16| getAnOperand/getRightOperand: [LocalVariableAccess] __synth__0__1
427
432
# 16| getAnOperand/getLeftOperand: [LocalVariableAccess] n
@@ -443,8 +448,9 @@ control/loops.rb:
443
448
# 16| getEnd: [IntegerLiteral] 10
444
449
# 22| [ForExpr] for ... in ...
445
450
# 22| getDesugared: [MethodCall] call to each
446
- # 22| getBlock: [SynthBlock ] { ... }
451
+ # 22| getBlock: [BraceBlock ] { ... }
447
452
# 22| getParameter: [SimpleParameter] __synth__0__1
453
+ # 22| getDefiningAccess: [LocalVariableAccess] __synth__0__1
448
454
# 22| getStmt: [AssignExpr] ... = ...
449
455
# 22| getDesugared: [StmtSequence] ...
450
456
# 22| getStmt: [AssignExpr] ... = ...
@@ -484,8 +490,9 @@ control/loops.rb:
484
490
# 22| getValue: [IntegerLiteral] 1
485
491
# 28| [ForExpr] for ... in ...
486
492
# 28| getDesugared: [MethodCall] call to each
487
- # 28| getBlock: [SynthBlock ] { ... }
493
+ # 28| getBlock: [BraceBlock ] { ... }
488
494
# 28| getParameter: [SimpleParameter] __synth__0__1
495
+ # 28| getDefiningAccess: [LocalVariableAccess] __synth__0__1
489
496
# 28| getStmt: [AssignExpr] ... = ...
490
497
# 28| getDesugared: [StmtSequence] ...
491
498
# 28| getStmt: [AssignExpr] ... = ...
@@ -692,8 +699,9 @@ params/params.rb:
692
699
erb/template.html.erb:
693
700
# 27| [ForExpr] for ... in ...
694
701
# 27| getDesugared: [MethodCall] call to each
695
- # 27| getBlock: [SynthBlock ] { ... }
702
+ # 27| getBlock: [BraceBlock ] { ... }
696
703
# 27| getParameter: [SimpleParameter] __synth__0__1
704
+ # 27| getDefiningAccess: [LocalVariableAccess] __synth__0__1
697
705
# 27| getStmt: [AssignExpr] ... = ...
698
706
# 27| getAnOperand/getRightOperand: [LocalVariableAccess] __synth__0__1
699
707
# 27| getAnOperand/getLeftOperand: [LocalVariableAccess] x
0 commit comments