summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/beginless_irange_after_newline.txt
blob: cbc11c83c13abaf83398c13aac667ff4fd9ea08c (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 (location: (1,0)-(2,5))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(2,5))
    └── body: (length: 2)
        ├── @ CallNode (location: (1,0)-(1,3))
        │   ├── flags: variable_call, ignore_visibility
        │   ├── receiver: ∅
        │   ├── call_operator_loc: ∅
        │   ├── name: :foo
        │   ├── message_loc: (1,0)-(1,3) = "foo"
        │   ├── opening_loc: ∅
        │   ├── arguments: ∅
        │   ├── closing_loc: ∅
        │   └── block: ∅
        └── @ RangeNode (location: (2,0)-(2,5))
            ├── flags: ∅
            ├── left: ∅
            ├── right:
            │   @ IntegerNode (location: (2,2)-(2,5))
            │   ├── flags: decimal
            │   └── value: 100
            └── operator_loc: (2,0)-(2,2) = ".."