summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/hash_empty.txt
blob: 38a2c15a9aded41a18dbbb6f8a43d8f4707110be (plain)
1
2
3
4
5
6
7
8
9
@ ProgramNode (location: (1,0)-(1,3))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,3))
    └── body: (length: 1)
        └── @ HashNode (location: (1,0)-(1,3))
            ├── opening_loc: (1,0)-(1,1) = "{"
            ├── elements: (length: 0)
            └── closing_loc: (1,2)-(1,3) = "}"