aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/beginless_erange_after_newline.txt
blob: 0bea43c7f2627d25ac9c4ba21d7c1d1e66769d84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@ ProgramNode (location: (1,0)-(2,6))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(2,6))
    └── body: (length: 2)
        ├── @ CallNode (location: (1,0)-(1,3))
        │   ├── receiver: ∅
        │   ├── call_operator_loc: ∅
        │   ├── message_loc: (1,0)-(1,3) = "foo"
        │   ├── opening_loc: ∅
        │   ├── arguments: ∅
        │   ├── closing_loc: ∅
        │   ├── block: ∅
        │   ├── flags: variable_call
        │   └── name: "foo"
        └── @ RangeNode (location: (2,0)-(2,6))
            ├── left: ∅
            ├── right:
            │   @ IntegerNode (location: (2,3)-(2,6))
            │   └── flags: decimal
            ├── operator_loc: (2,0)-(2,3) = "..."
            └── flags: exclude_end