@ ProgramNode (location: (1,0)-(1,8))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,8))
    └── body: (length: 2)
        ├── @ CallNode (location: (1,0)-(1,6))
        │   ├── flags: ∅
        │   ├── receiver: ∅
        │   ├── call_operator_loc: ∅
        │   ├── name: :a
        │   ├── message_loc: (1,0)-(1,1) = "a"
        │   ├── opening_loc: ∅
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (1,2)-(1,6))
        │   │   ├── flags: ∅
        │   │   └── arguments: (length: 1)
        │   │       └── @ StringNode (location: (1,2)-(1,6))
        │   │           ├── flags: ∅
        │   │           ├── opening_loc: (1,2)-(1,3) = "\""
        │   │           ├── content_loc: (1,3)-(1,5) = "\\n"
        │   │           ├── closing_loc: (1,5)-(1,6) = "\""
        │   │           └── unescaped: "\n"
        │   ├── closing_loc: ∅
        │   └── block: ∅
        └── @ CallNode (location: (1,7)-(1,8))
            ├── flags: variable_call
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── name: :b
            ├── message_loc: (1,7)-(1,8) = "b"
            ├── opening_loc: ∅
            ├── arguments: ∅
            ├── closing_loc: ∅
            └── block: ∅
