@ ProgramNode (location: (1,0)-(1,7))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,7))
    ├── flags: ∅
    └── body: (length: 1)
        └── @ CallNode (location: (1,0)-(1,7))
            ├── flags: newline, ignore_visibility
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── name: :m
            ├── message_loc: (1,0)-(1,1) = "m"
            ├── opening_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (1,2)-(1,4))
            │   ├── flags: ∅
            │   └── arguments: (length: 1)
            │       └── @ ParenthesesNode (location: (1,2)-(1,4))
            │           ├── flags: ∅
            │           ├── body: ∅
            │           ├── opening_loc: (1,2)-(1,3) = "("
            │           └── closing_loc: (1,3)-(1,4) = ")"
            ├── closing_loc: ∅
            └── block:
                @ BlockNode (location: (1,5)-(1,7))
                ├── flags: ∅
                ├── locals: []
                ├── parameters: ∅
                ├── body: ∅
                ├── opening_loc: (1,5)-(1,6) = "{"
                └── closing_loc: (1,6)-(1,7) = "}"
