@ ProgramNode (location: (0...19))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...19))
    └── body: (length: 1)
        └── @ IfNode (location: (0...19))
            ├── if_keyword_loc: (0...2) = "if"
            ├── predicate:
            │   @ CallNode (location: (3...6))
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── message_loc: (3...6) = "foo"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   ├── block: ∅
            │   ├── flags: variable_call
            │   └── name: "foo"
            ├── statements:
            │   @ StatementsNode (location: (12...15))
            │   └── body: (length: 1)
            │       └── @ CallNode (location: (12...15))
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── message_loc: (12...15) = "bar"
            │           ├── opening_loc: ∅
            │           ├── arguments: ∅
            │           ├── closing_loc: ∅
            │           ├── block: ∅
            │           ├── flags: variable_call
            │           └── name: "bar"
            ├── consequent: ∅
            └── end_keyword_loc: (16...19) = "end"
