summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/single_method_call_with_bang.txt
blob: 4c68e0adac9e4c9dbbd8c1e6996bcd2c25940c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@ ProgramNode (location: (1,0)-(1,4))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,4))
    └── body: (length: 1)
        └── @ CallNode (location: (1,0)-(1,4))
            ├── flags: ignore_visibility
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── name: :foo!
            ├── message_loc: (1,0)-(1,4) = "foo!"
            ├── opening_loc: ∅
            ├── arguments: ∅
            ├── closing_loc: ∅
            └── block: ∅