@ ProgramNode (location: (1,0)-(1,4))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,4))
    └── body: (length: 1)
        └── @ CallNode (location: (1,0)-(1,4))
            ├── receiver:
            │   @ IntegerNode (location: (1,0)-(1,1))
            │   └── flags: decimal
            ├── call_operator_loc: (1,1)-(1,2) = "."
            ├── message_loc: ∅
            ├── opening_loc: (1,2)-(1,3) = "("
            ├── arguments: ∅
            ├── closing_loc: (1,3)-(1,4) = ")"
            ├── block: ∅
            ├── flags: ∅
            └── name: :call
