aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/super_block.txt
blob: b631bb1240679583d63b8862336fb61a1e6978d5 (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
@ ProgramNode (location: (1,0)-(3,21))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(3,21))
    └── body: (length: 2)
        ├── @ ForwardingSuperNode (location: (1,0)-(1,12))
        │   └── block:
        │       @ BlockNode (location: (1,6)-(1,12))
        │       ├── locals: []
        │       ├── parameters: ∅
        │       ├── body: ∅
        │       ├── opening_loc: (1,6)-(1,8) = "do"
        │       ├── closing_loc: (1,9)-(1,12) = "end"
        │       └── numbered_parameters: 0
        └── @ SuperNode (location: (3,0)-(3,21))
            ├── keyword_loc: (3,0)-(3,5) = "super"
            ├── lparen_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (3,6)-(3,14))
            │   ├── arguments: (length: 2)
            │   │   ├── @ CallNode (location: (3,6)-(3,9))
            │   │   │   ├── receiver: ∅
            │   │   │   ├── call_operator_loc: ∅
            │   │   │   ├── name: :foo
            │   │   │   ├── message_loc: (3,6)-(3,9) = "foo"
            │   │   │   ├── opening_loc: ∅
            │   │   │   ├── arguments: ∅
            │   │   │   ├── closing_loc: ∅
            │   │   │   ├── block: ∅
            │   │   │   └── flags: variable_call
            │   │   └── @ CallNode (location: (3,11)-(3,14))
            │   │       ├── receiver: ∅
            │   │       ├── call_operator_loc: ∅
            │   │       ├── name: :bar
            │   │       ├── message_loc: (3,11)-(3,14) = "bar"
            │   │       ├── opening_loc: ∅
            │   │       ├── arguments: ∅
            │   │       ├── closing_loc: ∅
            │   │       ├── block: ∅
            │   │       └── flags: variable_call
            │   └── flags: ∅
            ├── rparen_loc: ∅
            └── block:
                @ BlockNode (location: (3,15)-(3,21))
                ├── locals: []
                ├── parameters: ∅
                ├── body: ∅
                ├── opening_loc: (3,15)-(3,17) = "do"
                ├── closing_loc: (3,18)-(3,21) = "end"
                └── numbered_parameters: 0