@ ProgramNode (location: (1,0)-(1,12))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,12))
    └── body: (length: 1)
        └── @ IfNode (location: (1,0)-(1,12))
            ├── if_keyword_loc: (1,0)-(1,2) = "if"
            ├── predicate:
            │   @ CallNode (location: (1,3)-(1,7))
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── message_loc: (1,3)-(1,4) = "f"
            │   ├── opening_loc: ∅
            │   ├── arguments:
            │   │   @ ArgumentsNode (location: (1,5)-(1,7))
            │   │   ├── arguments: (length: 1)
            │   │   │   └── @ SymbolNode (location: (1,5)-(1,7))
            │   │   │       ├── opening_loc: (1,5)-(1,6) = ":"
            │   │   │       ├── value_loc: (1,6)-(1,7) = "x"
            │   │   │       ├── closing_loc: ∅
            │   │   │       └── unescaped: "x"
            │   │   └── flags: ∅
            │   ├── closing_loc: ∅
            │   ├── block: ∅
            │   ├── flags: ∅
            │   └── name: :f
            ├── statements: ∅
            ├── consequent: ∅
            └── end_keyword_loc: (1,9)-(1,12) = "end"
