aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/whitequark/bug_480.txt
blob: c3c8d0a9a9695975de5f7a88ed7017c5059c53b4 (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
@ ProgramNode (location: (0...12))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...12))
    └── body: (length: 1)
        └── @ CallNode (location: (0...12))
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── message_loc: (0...1) = "m"
            ├── opening_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (2...12))
            │   └── arguments: (length: 1)
            │       └── @ InterpolatedStringNode (location: (2...12))
            │           ├── opening_loc: (2...3) = "\""
            │           ├── parts: (length: 2)
            │           │   ├── @ EmbeddedStatementsNode (location: (3...6))
            │           │   │   ├── opening_loc: (3...5) = "\#{"
            │           │   │   ├── statements: ∅
            │           │   │   └── closing_loc: (5...6) = "}"
            │           │   └── @ EmbeddedStatementsNode (location: (6...11))
            │           │       ├── opening_loc: (6...8) = "\#{"
            │           │       ├── statements:
            │           │       │   @ StatementsNode (location: (8...10))
            │           │       │   └── body: (length: 1)
            │           │       │       └── @ ParenthesesNode (location: (8...10))
            │           │       │           ├── body: ∅
            │           │       │           ├── opening_loc: (8...9) = "("
            │           │       │           └── closing_loc: (9...10) = ")"
            │           │       └── closing_loc: (10...11) = "}"
            │           └── closing_loc: (11...12) = "\""
            ├── closing_loc: ∅
            ├── block: ∅
            ├── flags: ∅
            └── name: "m"