summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/array_plain.txt
blob: b183a7ac6bbdfe0db27de2178d6a474130911e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@ ProgramNode (location: (1,0)-(1,6))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,6))
    └── body: (length: 1)
        └── @ ArrayNode (location: (1,0)-(1,6))
            ├── flags: ∅
            ├── elements: (length: 2)
            │   ├── @ IntegerNode (location: (1,1)-(1,2))
            │   │   ├── flags: decimal
            │   │   └── value: 1
            │   └── @ IntegerNode (location: (1,4)-(1,5))
            │       ├── flags: decimal
            │       └── value: 2
            ├── opening_loc: (1,0)-(1,1) = "["
            └── closing_loc: (1,5)-(1,6) = "]"