summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/super_block.txt
blob: d9ce7b86be81ce9f64d1c1ace0e97eed781243ef (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
@ 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"
        └── @ SuperNode (location: (3,0)-(3,21))
            ├── keyword_loc: (3,0)-(3,5) = "super"
            ├── lparen_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (3,6)-(3,14))
            │   ├── flags: ∅
            │   └── arguments: (length: 2)
            │       ├── @ CallNode (location: (3,6)-(3,9))
            │       │   ├── flags: variable_call, ignore_visibility
            │       │   ├── receiver: ∅
            │       │   ├── call_operator_loc: ∅
            │       │   ├── name: :foo
            │       │   ├── message_loc: (3,6)-(3,9) = "foo"
            │       │   ├── opening_loc: ∅
            │       │   ├── arguments: ∅
            │       │   ├── closing_loc: ∅
            │       │   └── block: ∅
            │       └── @ CallNode (location: (3,11)-(3,14))
            │           ├── flags: variable_call, ignore_visibility
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── name: :bar
            │           ├── message_loc: (3,11)-(3,14) = "bar"
            │           ├── opening_loc: ∅
            │           ├── arguments: ∅
            │           ├── closing_loc: ∅
            │           └── block: ∅
            ├── 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"