@ ProgramNode (location: (0...11))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...11))
    └── body: (length: 1)
        └── @ IfNode (location: (0...11))
            ├── if_keyword_loc: ∅
            ├── predicate:
            │   @ CallNode (location: (0...3))
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── message_loc: (0...3) = "foo"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   ├── block: ∅
            │   ├── flags: variable_call
            │   └── name: "foo"
            ├── statements:
            │   @ StatementsNode (location: (6...7))
            │   └── body: (length: 1)
            │       └── @ IntegerNode (location: (6...7))
            │           └── flags: decimal
            ├── consequent:
            │   @ ElseNode (location: (8...11))
            │   ├── else_keyword_loc: (8...9) = ":"
            │   ├── statements:
            │   │   @ StatementsNode (location: (10...11))
            │   │   └── body: (length: 1)
            │   │       └── @ IntegerNode (location: (10...11))
            │   │           └── flags: decimal
            │   └── end_keyword_loc: ∅
            └── end_keyword_loc: ∅
