summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/parse_line_op_asgn.txt
blob: 5c2eb2da3cbe07511f3500bc530c1ad2b2dc7ccf (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
@ ProgramNode (location: (1,6)-(3,9))
├── locals: [:foo]
└── statements:
    @ StatementsNode (location: (1,6)-(3,9))
    └── body: (length: 2)
        ├── @ LocalVariableOperatorWriteNode (location: (1,6)-(2,11))
        │   ├── name_loc: (1,6)-(1,9) = "foo"
        │   ├── operator_loc: (1,10)-(1,12) = "+="
        │   ├── value:
        │   │   @ CallNode (location: (2,8)-(2,11))
        │   │   ├── flags: variable_call, ignore_visibility
        │   │   ├── receiver: ∅
        │   │   ├── call_operator_loc: ∅
        │   │   ├── name: :bar
        │   │   ├── message_loc: (2,8)-(2,11) = "bar"
        │   │   ├── opening_loc: ∅
        │   │   ├── arguments: ∅
        │   │   ├── closing_loc: ∅
        │   │   └── block: ∅
        │   ├── name: :foo
        │   ├── operator: :+
        │   └── depth: 0
        └── @ CallNode (location: (3,6)-(3,9))
            ├── flags: variable_call, ignore_visibility
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── name: :baz
            ├── message_loc: (3,6)-(3,9) = "baz"
            ├── opening_loc: ∅
            ├── arguments: ∅
            ├── closing_loc: ∅
            └── block: ∅