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