@ ProgramNode (location: (0...29))
├── locals: [:foo, :bar]
└── statements:
    @ StatementsNode (location: (0...29))
    └── body: (length: 1)
        └── @ MultiWriteNode (location: (0...29))
            ├── targets: (length: 2)
            │   ├── @ LocalVariableTargetNode (location: (0...3))
            │   │   ├── name: :foo
            │   │   └── depth: 0
            │   └── @ LocalVariableTargetNode (location: (5...8))
            │       ├── name: :bar
            │       └── depth: 0
            ├── lparen_loc: ∅
            ├── rparen_loc: ∅
            ├── operator_loc: (9...10) = "="
            └── value:
                @ RescueModifierNode (location: (11...29))
                ├── expression:
                │   @ CallNode (location: (11...15))
                │   ├── receiver: ∅
                │   ├── call_operator_loc: ∅
                │   ├── message_loc: (11...15) = "meth"
                │   ├── opening_loc: ∅
                │   ├── arguments: ∅
                │   ├── closing_loc: ∅
                │   ├── block: ∅
                │   ├── flags: variable_call
                │   └── name: "meth"
                ├── keyword_loc: (16...22) = "rescue"
                └── rescue_expression:
                    @ ArrayNode (location: (23...29))
                    ├── elements: (length: 2)
                    │   ├── @ IntegerNode (location: (24...25))
                    │   │   └── flags: decimal
                    │   └── @ IntegerNode (location: (27...28))
                    │       └── flags: decimal
                    ├── opening_loc: (23...24) = "["
                    └── closing_loc: (28...29) = "]"
