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