aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/unparser/corpus/literal/variables.txt
blob: 29857ec53c559150b8c7186e73741b9d5911812c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ProgramNode(0...66)(
  [],
  StatementsNode(0...66)(
    [CallNode(0...1)(nil, nil, (0...1), nil, nil, nil, nil, 2, "a"),
     InstanceVariableReadNode(2...4)(:a),
     ClassVariableReadNode(5...8)(),
     GlobalVariableReadNode(9...11)(),
     NumberedReferenceReadNode(12...14)(),
     BackReferenceReadNode(15...17)(),
     ConstantReadNode(18...23)(),
     ConstantPathNode(24...37)(
       ConstantReadNode(24...30)(),
       ConstantReadNode(32...37)(),
       (30...32)
     ),
     ConstantPathNode(38...48)(nil, ConstantReadNode(40...48)(), (38...40)),
     ConstantPathNode(49...66)(
       ConstantPathNode(49...59)(nil, ConstantReadNode(51...59)(), (49...51)),
       ConstantReadNode(61...66)(),
       (59...61)
     )]
  )
)