@ ProgramNode (location: (1,0)-(1,15))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,15))
    └── body: (length: 1)
        └── @ RescueModifierNode (location: (1,0)-(1,15))
            ├── expression:
            │   @ CallNode (location: (1,0)-(1,4))
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── message_loc: (1,0)-(1,4) = "meth"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   ├── block: ∅
            │   ├── flags: variable_call
            │   └── name: :meth
            ├── keyword_loc: (1,5)-(1,11) = "rescue"
            └── rescue_expression:
                @ CallNode (location: (1,12)-(1,15))
                ├── receiver: ∅
                ├── call_operator_loc: ∅
                ├── message_loc: (1,12)-(1,15) = "bar"
                ├── opening_loc: ∅
                ├── arguments: ∅
                ├── closing_loc: ∅
                ├── block: ∅
                ├── flags: variable_call
                └── name: :bar
