summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/when_splat.txt
blob: 19e70019c0dfb9bbb54377fe891ee6111a041614 (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
@ ProgramNode (location: (1,0)-(1,25))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,25))
    └── body: (length: 1)
        └── @ CaseNode (location: (1,0)-(1,25))
            ├── predicate:
            │   @ CallNode (location: (1,5)-(1,6))
            │   ├── flags: variable_call, ignore_visibility
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── name: :a
            │   ├── message_loc: (1,5)-(1,6) = "a"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   └── block: ∅
            ├── conditions: (length: 1)
            │   └── @ WhenNode (location: (1,8)-(1,20))
            │       ├── keyword_loc: (1,8)-(1,12) = "when"
            │       ├── conditions: (length: 1)
            │       │   └── @ SplatNode (location: (1,13)-(1,15))
            │       │       ├── operator_loc: (1,13)-(1,14) = "*"
            │       │       └── expression:
            │       │           @ CallNode (location: (1,14)-(1,15))
            │       │           ├── flags: variable_call, ignore_visibility
            │       │           ├── receiver: ∅
            │       │           ├── call_operator_loc: ∅
            │       │           ├── name: :b
            │       │           ├── message_loc: (1,14)-(1,15) = "b"
            │       │           ├── opening_loc: ∅
            │       │           ├── arguments: ∅
            │       │           ├── closing_loc: ∅
            │       │           └── block: ∅
            │       ├── then_keyword_loc: (1,16)-(1,20) = "then"
            │       └── statements: ∅
            ├── consequent: ∅
            ├── case_keyword_loc: (1,0)-(1,4) = "case"
            └── end_keyword_loc: (1,22)-(1,25) = "end"