summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/call_array_lit_inline_hash.txt
blob: 091e21c00a6347a7df65aa1d16d706168aa93e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
@ ProgramNode (location: (1,0)-(1,16))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,16))
    └── body: (length: 1)
        └── @ CallNode (location: (1,0)-(1,16))
            ├── flags: ignore_visibility
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── name: :a
            ├── message_loc: (1,0)-(1,1) = "a"
            ├── opening_loc: (1,1)-(1,2) = "("
            ├── arguments:
            │   @ ArgumentsNode (location: (1,2)-(1,15))
            │   ├── flags: ∅
            │   └── arguments: (length: 1)
            │       └── @ ArrayNode (location: (1,2)-(1,15))
            │           ├── flags: ∅
            │           ├── elements: (length: 2)
            │           │   ├── @ SymbolNode (location: (1,3)-(1,5))
            │           │   │   ├── flags: forced_us_ascii_encoding
            │           │   │   ├── opening_loc: (1,3)-(1,4) = ":"
            │           │   │   ├── value_loc: (1,4)-(1,5) = "b"
            │           │   │   ├── closing_loc: ∅
            │           │   │   └── unescaped: "b"
            │           │   └── @ KeywordHashNode (location: (1,7)-(1,14))
            │           │       ├── flags: symbol_keys
            │           │       └── elements: (length: 1)
            │           │           └── @ AssocNode (location: (1,7)-(1,14))
            │           │               ├── key:
            │           │               │   @ SymbolNode (location: (1,7)-(1,9))
            │           │               │   ├── flags: forced_us_ascii_encoding
            │           │               │   ├── opening_loc: (1,7)-(1,8) = ":"
            │           │               │   ├── value_loc: (1,8)-(1,9) = "c"
            │           │               │   ├── closing_loc: ∅
            │           │               │   └── unescaped: "c"
            │           │               ├── value:
            │           │               │   @ IntegerNode (location: (1,13)-(1,14))
            │           │               │   ├── flags: decimal
            │           │               │   └── value: 1
            │           │               └── operator_loc: (1,10)-(1,12) = "=>"
            │           ├── opening_loc: (1,2)-(1,3) = "["
            │           └── closing_loc: (1,14)-(1,15) = "]"
            ├── closing_loc: (1,15)-(1,16) = ")"
            └── block: ∅