summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/bug_447.txt
blob: 7291d0117510191db4a9fdf018da554fa2e7c58d (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
@ ProgramNode (location: (1,0)-(3,14))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(3,14))
    └── body: (length: 2)
        ├── @ CallNode (location: (1,0)-(1,11))
        │   ├── flags: ignore_visibility
        │   ├── receiver: ∅
        │   ├── call_operator_loc: ∅
        │   ├── name: :m
        │   ├── message_loc: (1,0)-(1,1) = "m"
        │   ├── opening_loc: ∅
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (1,2)-(1,4))
        │   │   ├── flags: ∅
        │   │   └── arguments: (length: 1)
        │   │       └── @ ArrayNode (location: (1,2)-(1,4))
        │   │           ├── flags: ∅
        │   │           ├── elements: (length: 0)
        │   │           ├── opening_loc: (1,2)-(1,3) = "["
        │   │           └── closing_loc: (1,3)-(1,4) = "]"
        │   ├── closing_loc: ∅
        │   └── block:
        │       @ BlockNode (location: (1,5)-(1,11))
        │       ├── locals: []
        │       ├── parameters: ∅
        │       ├── body: ∅
        │       ├── opening_loc: (1,5)-(1,7) = "do"
        │       └── closing_loc: (1,8)-(1,11) = "end"
        └── @ CallNode (location: (3,0)-(3,14))
            ├── flags: ignore_visibility
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── name: :m
            ├── message_loc: (3,0)-(3,1) = "m"
            ├── opening_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (3,2)-(3,7))
            │   ├── flags: ∅
            │   └── arguments: (length: 2)
            │       ├── @ ArrayNode (location: (3,2)-(3,4))
            │       │   ├── flags: ∅
            │       │   ├── elements: (length: 0)
            │       │   ├── opening_loc: (3,2)-(3,3) = "["
            │       │   └── closing_loc: (3,3)-(3,4) = "]"
            │       └── @ IntegerNode (location: (3,6)-(3,7))
            │           ├── flags: decimal
            │           └── value: 1
            ├── closing_loc: ∅
            └── block:
                @ BlockNode (location: (3,8)-(3,14))
                ├── locals: []
                ├── parameters: ∅
                ├── body: ∅
                ├── opening_loc: (3,8)-(3,10) = "do"
                └── closing_loc: (3,11)-(3,14) = "end"