summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/beginless_erange_after_newline.txt
blob: 69db24a12733c294f28b18682285105a799cc5ad (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,6))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(2,6))
    └── 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,6))
            ├── flags: exclude_end
            ├── left: ∅
            ├── right:
            │   @ IntegerNode (location: (2,3)-(2,6))
            │   ├── flags: decimal
            │   └── value: 100
            └── operator_loc: (2,0)-(2,3) = "..."