@ ProgramNode (location: (0...30))
├── locals: [:foo, :bar]
└── statements:
    @ StatementsNode (location: (0...30))
    └── body: (length: 2)
        ├── @ LocalVariableWriteNode (location: (0...17))
        │   ├── name: :foo
        │   ├── depth: 0
        │   ├── name_loc: (0...3) = "foo"
        │   ├── value:
        │   │   @ LocalVariableWriteNode (location: (6...17))
        │   │   ├── name: :bar
        │   │   ├── depth: 0
        │   │   ├── name_loc: (6...9) = "bar"
        │   │   ├── value:
        │   │   │   @ CallNode (location: (12...17))
        │   │   │   ├── receiver: ∅
        │   │   │   ├── call_operator_loc: ∅
        │   │   │   ├── message_loc: (12...13) = "m"
        │   │   │   ├── opening_loc: ∅
        │   │   │   ├── arguments:
        │   │   │   │   @ ArgumentsNode (location: (14...17))
        │   │   │   │   └── arguments: (length: 1)
        │   │   │   │       └── @ LocalVariableReadNode (location: (14...17))
        │   │   │   │           ├── name: :foo
        │   │   │   │           └── depth: 0
        │   │   │   ├── closing_loc: ∅
        │   │   │   ├── block: ∅
        │   │   │   ├── flags: ∅
        │   │   │   └── name: "m"
        │   │   └── operator_loc: (10...11) = "="
        │   └── operator_loc: (4...5) = "="
        └── @ LocalVariableWriteNode (location: (19...30))
            ├── name: :foo
            ├── depth: 0
            ├── name_loc: (19...22) = "foo"
            ├── value:
            │   @ CallNode (location: (25...30))
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── message_loc: (25...26) = "m"
            │   ├── opening_loc: ∅
            │   ├── arguments:
            │   │   @ ArgumentsNode (location: (27...30))
            │   │   └── arguments: (length: 1)
            │   │       └── @ LocalVariableReadNode (location: (27...30))
            │   │           ├── name: :foo
            │   │           └── depth: 0
            │   ├── closing_loc: ∅
            │   ├── block: ∅
            │   ├── flags: ∅
            │   └── name: "m"
            └── operator_loc: (23...24) = "="
