summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/resbody_var.txt
blob: e12d921c75ac5d14f30ea80f8b6c958a25e4d499 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
@ ProgramNode (location: (1,0)-(3,35))
├── locals: [:ex]
└── statements:
    @ StatementsNode (location: (1,0)-(3,35))
    └── body: (length: 2)
        ├── @ BeginNode (location: (1,0)-(1,36))
        │   ├── begin_keyword_loc: (1,0)-(1,5) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (1,7)-(1,11))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (1,7)-(1,11))
        │   │           ├── flags: variable_call, ignore_visibility
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── name: :meth
        │   │           ├── message_loc: (1,7)-(1,11) = "meth"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           └── block: ∅
        │   ├── rescue_clause:
        │   │   @ RescueNode (location: (1,13)-(1,31))
        │   │   ├── keyword_loc: (1,13)-(1,19) = "rescue"
        │   │   ├── exceptions: (length: 0)
        │   │   ├── operator_loc: (1,20)-(1,22) = "=>"
        │   │   ├── reference:
        │   │   │   @ InstanceVariableTargetNode (location: (1,23)-(1,26))
        │   │   │   └── name: :@ex
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (1,28)-(1,31))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (1,28)-(1,31))
        │   │   │           ├── flags: variable_call, ignore_visibility
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── name: :bar
        │   │   │           ├── message_loc: (1,28)-(1,31) = "bar"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           └── block: ∅
        │   │   └── consequent: ∅
        │   ├── else_clause: ∅
        │   ├── ensure_clause: ∅
        │   └── end_keyword_loc: (1,33)-(1,36) = "end"
        └── @ BeginNode (location: (3,0)-(3,35))
            ├── begin_keyword_loc: (3,0)-(3,5) = "begin"
            ├── statements:
            │   @ StatementsNode (location: (3,7)-(3,11))
            │   └── body: (length: 1)
            │       └── @ CallNode (location: (3,7)-(3,11))
            │           ├── flags: variable_call, ignore_visibility
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── name: :meth
            │           ├── message_loc: (3,7)-(3,11) = "meth"
            │           ├── opening_loc: ∅
            │           ├── arguments: ∅
            │           ├── closing_loc: ∅
            │           └── block: ∅
            ├── rescue_clause:
            │   @ RescueNode (location: (3,13)-(3,30))
            │   ├── keyword_loc: (3,13)-(3,19) = "rescue"
            │   ├── exceptions: (length: 0)
            │   ├── operator_loc: (3,20)-(3,22) = "=>"
            │   ├── reference:
            │   │   @ LocalVariableTargetNode (location: (3,23)-(3,25))
            │   │   ├── name: :ex
            │   │   └── depth: 0
            │   ├── statements:
            │   │   @ StatementsNode (location: (3,27)-(3,30))
            │   │   └── body: (length: 1)
            │   │       └── @ CallNode (location: (3,27)-(3,30))
            │   │           ├── flags: variable_call, ignore_visibility
            │   │           ├── receiver: ∅
            │   │           ├── call_operator_loc: ∅
            │   │           ├── name: :bar
            │   │           ├── message_loc: (3,27)-(3,30) = "bar"
            │   │           ├── opening_loc: ∅
            │   │           ├── arguments: ∅
            │   │           ├── closing_loc: ∅
            │   │           └── block: ∅
            │   └── consequent: ∅
            ├── else_clause: ∅
            ├── ensure_clause: ∅
            └── end_keyword_loc: (3,32)-(3,35) = "end"