aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/bang.txt
blob: f045313ec6c099aeaa200323ac28ca169ede2e09 (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
@ ProgramNode (location: (1,0)-(1,4))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,4))
    └── body: (length: 1)
        └── @ CallNode (location: (1,0)-(1,4))
            ├── receiver:
            │   @ CallNode (location: (1,1)-(1,4))
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── message_loc: (1,1)-(1,4) = "foo"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   ├── block: ∅
            │   ├── flags: variable_call
            │   └── name: :foo
            ├── call_operator_loc: ∅
            ├── message_loc: (1,0)-(1,1) = "!"
            ├── opening_loc: ∅
            ├── arguments: ∅
            ├── closing_loc: ∅
            ├── block: ∅
            ├── flags: ∅
            └── name: :!