summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/ruby_bug_12686.txt
blob: 427c96bbe0b4a3792b91ec20762777a7fe581d80 (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,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: :f
            ├── message_loc: (1,0)-(1,1) = "f"
            ├── opening_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (1,2)-(1,16))
            │   ├── flags: ∅
            │   └── arguments: (length: 1)
            │       └── @ ParenthesesNode (location: (1,2)-(1,16))
            │           ├── body:
            │           │   @ StatementsNode (location: (1,3)-(1,15))
            │           │   └── body: (length: 1)
            │           │       └── @ RescueModifierNode (location: (1,3)-(1,15))
            │           │           ├── expression:
            │           │           │   @ CallNode (location: (1,3)-(1,4))
            │           │           │   ├── flags: variable_call, ignore_visibility
            │           │           │   ├── receiver: ∅
            │           │           │   ├── call_operator_loc: ∅
            │           │           │   ├── name: :g
            │           │           │   ├── message_loc: (1,3)-(1,4) = "g"
            │           │           │   ├── opening_loc: ∅
            │           │           │   ├── arguments: ∅
            │           │           │   ├── closing_loc: ∅
            │           │           │   └── block: ∅
            │           │           ├── keyword_loc: (1,5)-(1,11) = "rescue"
            │           │           └── rescue_expression:
            │           │               @ NilNode (location: (1,12)-(1,15))
            │           ├── opening_loc: (1,2)-(1,3) = "("
            │           └── closing_loc: (1,15)-(1,16) = ")"
            ├── closing_loc: ∅
            └── block: ∅