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