summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/comments_before_leading_dot__27.txt
blob: e33f798ef586df8f63a591773fb8d347e083be61 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
@ ProgramNode (location: (1,0)-(18,4))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(18,4))
    └── body: (length: 4)
        ├── @ CallNode (location: (1,0)-(3,5))
        │   ├── flags: safe_navigation
        │   ├── receiver:
        │   │   @ CallNode (location: (1,0)-(1,1))
        │   │   ├── flags: variable_call, ignore_visibility
        │   │   ├── receiver: ∅
        │   │   ├── call_operator_loc: ∅
        │   │   ├── name: :a
        │   │   ├── message_loc: (1,0)-(1,1) = "a"
        │   │   ├── opening_loc: ∅
        │   │   ├── arguments: ∅
        │   │   ├── closing_loc: ∅
        │   │   └── block: ∅
        │   ├── call_operator_loc: (3,0)-(3,2) = "&."
        │   ├── name: :foo
        │   ├── message_loc: (3,2)-(3,5) = "foo"
        │   ├── opening_loc: ∅
        │   ├── arguments: ∅
        │   ├── closing_loc: ∅
        │   └── block: ∅
        ├── @ CallNode (location: (6,0)-(8,4))
        │   ├── flags: ∅
        │   ├── receiver:
        │   │   @ CallNode (location: (6,0)-(6,1))
        │   │   ├── flags: variable_call, ignore_visibility
        │   │   ├── receiver: ∅
        │   │   ├── call_operator_loc: ∅
        │   │   ├── name: :a
        │   │   ├── message_loc: (6,0)-(6,1) = "a"
        │   │   ├── opening_loc: ∅
        │   │   ├── arguments: ∅
        │   │   ├── closing_loc: ∅
        │   │   └── block: ∅
        │   ├── call_operator_loc: (8,0)-(8,1) = "."
        │   ├── name: :foo
        │   ├── message_loc: (8,1)-(8,4) = "foo"
        │   ├── opening_loc: ∅
        │   ├── arguments: ∅
        │   ├── closing_loc: ∅
        │   └── block: ∅
        ├── @ CallNode (location: (11,0)-(13,5))
        │   ├── flags: safe_navigation
        │   ├── receiver:
        │   │   @ CallNode (location: (11,0)-(11,1))
        │   │   ├── flags: variable_call, ignore_visibility
        │   │   ├── receiver: ∅
        │   │   ├── call_operator_loc: ∅
        │   │   ├── name: :a
        │   │   ├── message_loc: (11,0)-(11,1) = "a"
        │   │   ├── opening_loc: ∅
        │   │   ├── arguments: ∅
        │   │   ├── closing_loc: ∅
        │   │   └── block: ∅
        │   ├── call_operator_loc: (13,0)-(13,2) = "&."
        │   ├── name: :foo
        │   ├── message_loc: (13,2)-(13,5) = "foo"
        │   ├── opening_loc: ∅
        │   ├── arguments: ∅
        │   ├── closing_loc: ∅
        │   └── block: ∅
        └── @ CallNode (location: (16,0)-(18,4))
            ├── flags: ∅
            ├── receiver:
            │   @ CallNode (location: (16,0)-(16,1))
            │   ├── flags: variable_call, ignore_visibility
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── name: :a
            │   ├── message_loc: (16,0)-(16,1) = "a"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   └── block: ∅
            ├── call_operator_loc: (18,0)-(18,1) = "."
            ├── name: :foo
            ├── message_loc: (18,1)-(18,4) = "foo"
            ├── opening_loc: ∅
            ├── arguments: ∅
            ├── closing_loc: ∅
            └── block: ∅