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