@ ProgramNode (location: (1,0)-(1,4))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,4))
    └── body: (length: 1)
        └── @ RangeNode (location: (1,0)-(1,4))
            ├── flags: exclude_end
            ├── left:
            │   @ CallNode (location: (1,0)-(1,1))
            │   ├── flags: variable_call
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── name: :a
            │   ├── message_loc: (1,0)-(1,1) = "a"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   └── block: ∅
            ├── right: ∅
            └── operator_loc: (1,1)-(1,4) = "..."
