summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/range_exclusive.txt
blob: f74077ce677b5fc28ec4cb1ae964be4e70869490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@ ProgramNode (location: (1,0)-(1,5))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,5))
    └── body: (length: 1)
        └── @ RangeNode (location: (1,0)-(1,5))
            ├── flags: exclude_end
            ├── left:
            │   @ IntegerNode (location: (1,0)-(1,1))
            │   ├── flags: decimal
            │   └── value: 1
            ├── right:
            │   @ IntegerNode (location: (1,4)-(1,5))
            │   ├── flags: decimal
            │   └── value: 2
            └── operator_loc: (1,1)-(1,4) = "..."