summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/aref_args_assocs.txt
blob: b729186dc5e3d4bca2ead955761b5474a92fab78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@ ProgramNode (location: (1,0)-(1,8))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,8))
    └── body: (length: 1)
        └── @ ArrayNode (location: (1,0)-(1,8))
            ├── flags: ∅
            ├── elements: (length: 1)
            │   └── @ KeywordHashNode (location: (1,1)-(1,7))
            │       ├── flags: ∅
            │       └── elements: (length: 1)
            │           └── @ AssocNode (location: (1,1)-(1,7))
            │               ├── key:
            │               │   @ IntegerNode (location: (1,1)-(1,2))
            │               │   ├── flags: decimal
            │               │   └── value: 1
            │               ├── value:
            │               │   @ IntegerNode (location: (1,6)-(1,7))
            │               │   ├── flags: decimal
            │               │   └── value: 2
            │               └── operator_loc: (1,3)-(1,5) = "=>"
            ├── opening_loc: (1,0)-(1,1) = "["
            └── closing_loc: (1,7)-(1,8) = "]"