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