@ ProgramNode (location: (1,0)-(1,14))
├── locals: [:a, :b, :c]
└── statements:
    @ StatementsNode (location: (1,0)-(1,14))
    └── body: (length: 1)
        └── @ MultiWriteNode (location: (1,0)-(1,14))
            ├── lefts: (length: 3)
            │   ├── @ LocalVariableTargetNode (location: (1,0)-(1,1))
            │   │   ├── name: :a
            │   │   └── depth: 0
            │   ├── @ LocalVariableTargetNode (location: (1,3)-(1,4))
            │   │   ├── name: :b
            │   │   └── depth: 0
            │   └── @ LocalVariableTargetNode (location: (1,6)-(1,7))
            │       ├── name: :c
            │       └── depth: 0
            ├── rest:
            │   @ SplatNode (location: (1,9)-(1,10))
            │   ├── operator_loc: (1,9)-(1,10) = "*"
            │   └── expression: ∅
            ├── rights: (length: 0)
            ├── lparen_loc: ∅
            ├── rparen_loc: ∅
            ├── operator_loc: (1,11)-(1,12) = "="
            └── value:
                @ CallNode (location: (1,13)-(1,14))
                ├── flags: variable_call
                ├── receiver: ∅
                ├── call_operator_loc: ∅
                ├── name: :f
                ├── message_loc: (1,13)-(1,14) = "f"
                ├── opening_loc: ∅
                ├── arguments: ∅
                ├── closing_loc: ∅
                └── block: ∅
