aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/block_call_operation_colon.txt
blob: 61ea4563e8b8a736bc106639ed7c2e9000b4e95c (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)-(1,15))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,15))
    └── body: (length: 1)
        └── @ CallNode (location: (1,0)-(1,15))
            ├── receiver:
            │   @ CallNode (location: (1,0)-(1,12))
            │   ├── receiver:
            │   │   @ CallNode (location: (1,0)-(1,1))
            │   │   ├── receiver: ∅
            │   │   ├── call_operator_loc: ∅
            │   │   ├── name: :a
            │   │   ├── message_loc: (1,0)-(1,1) = "a"
            │   │   ├── opening_loc: ∅
            │   │   ├── arguments: ∅
            │   │   ├── closing_loc: ∅
            │   │   ├── block: ∅
            │   │   └── flags: variable_call
            │   ├── call_operator_loc: (1,1)-(1,2) = "."
            │   ├── name: :b
            │   ├── message_loc: (1,2)-(1,3) = "b"
            │   ├── opening_loc: ∅
            │   ├── arguments:
            │   │   @ ArgumentsNode (location: (1,4)-(1,5))
            │   │   ├── arguments: (length: 1)
            │   │   │   └── @ CallNode (location: (1,4)-(1,5))
            │   │   │       ├── receiver: ∅
            │   │   │       ├── call_operator_loc: ∅
            │   │   │       ├── name: :c
            │   │   │       ├── message_loc: (1,4)-(1,5) = "c"
            │   │   │       ├── opening_loc: ∅
            │   │   │       ├── arguments: ∅
            │   │   │       ├── closing_loc: ∅
            │   │   │       ├── block: ∅
            │   │   │       └── flags: variable_call
            │   │   └── flags: ∅
            │   ├── closing_loc: ∅
            │   ├── block:
            │   │   @ BlockNode (location: (1,6)-(1,12))
            │   │   ├── locals: []
            │   │   ├── locals_body_index: 0
            │   │   ├── parameters: ∅
            │   │   ├── body: ∅
            │   │   ├── opening_loc: (1,6)-(1,8) = "do"
            │   │   └── closing_loc: (1,9)-(1,12) = "end"
            │   └── flags: ∅
            ├── call_operator_loc: (1,12)-(1,14) = "::"
            ├── name: :d
            ├── message_loc: (1,14)-(1,15) = "d"
            ├── opening_loc: ∅
            ├── arguments: ∅
            ├── closing_loc: ∅
            ├── block: ∅
            └── flags: ∅