summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/parse_line_call_ivar_line_break_paren.txt
blob: dd58d92d3a539877aff4538b8fc57bb47909faed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@ ProgramNode (location: (1,0)-(2,1))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(2,1))
    └── body: (length: 1)
        └── @ CallNode (location: (1,0)-(2,1))
            ├── flags: ignore_visibility
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── name: :a
            ├── message_loc: (1,0)-(1,1) = "a"
            ├── opening_loc: (1,1)-(1,2) = "("
            ├── arguments:
            │   @ ArgumentsNode (location: (1,2)-(1,4))
            │   ├── flags: ∅
            │   └── arguments: (length: 1)
            │       └── @ InstanceVariableReadNode (location: (1,2)-(1,4))
            │           └── name: :@b
            ├── closing_loc: (2,0)-(2,1) = ")"
            └── block: ∅