@ ProgramNode (location: (0...39))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...39))
    └── body: (length: 3)
        ├── @ CallNode (location: (0...11))
        │   ├── receiver:
        │   │   @ CallNode (location: (0...3))
        │   │   ├── receiver: ∅
        │   │   ├── call_operator_loc: ∅
        │   │   ├── message_loc: (0...3) = "foo"
        │   │   ├── opening_loc: ∅
        │   │   ├── arguments: ∅
        │   │   ├── closing_loc: ∅
        │   │   ├── block: ∅
        │   │   ├── flags: variable_call
        │   │   └── name: "foo"
        │   ├── call_operator_loc: (3...4) = "."
        │   ├── message_loc: (4...7) = "fun"
        │   ├── opening_loc: ∅
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (8...11))
        │   │   └── arguments: (length: 1)
        │   │       └── @ CallNode (location: (8...11))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (8...11) = "bar"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "bar"
        │   ├── closing_loc: ∅
        │   ├── block: ∅
        │   ├── flags: ∅
        │   └── name: "fun"
        ├── @ CallNode (location: (13...25))
        │   ├── receiver:
        │   │   @ CallNode (location: (13...16))
        │   │   ├── receiver: ∅
        │   │   ├── call_operator_loc: ∅
        │   │   ├── message_loc: (13...16) = "foo"
        │   │   ├── opening_loc: ∅
        │   │   ├── arguments: ∅
        │   │   ├── closing_loc: ∅
        │   │   ├── block: ∅
        │   │   ├── flags: variable_call
        │   │   └── name: "foo"
        │   ├── call_operator_loc: (16...18) = "::"
        │   ├── message_loc: (18...21) = "Fun"
        │   ├── opening_loc: ∅
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (22...25))
        │   │   └── arguments: (length: 1)
        │   │       └── @ CallNode (location: (22...25))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (22...25) = "bar"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "bar"
        │   ├── closing_loc: ∅
        │   ├── block: ∅
        │   ├── flags: ∅
        │   └── name: "Fun"
        └── @ CallNode (location: (27...39))
            ├── receiver:
            │   @ CallNode (location: (27...30))
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── message_loc: (27...30) = "foo"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   ├── block: ∅
            │   ├── flags: variable_call
            │   └── name: "foo"
            ├── call_operator_loc: (30...32) = "::"
            ├── message_loc: (32...35) = "fun"
            ├── opening_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (36...39))
            │   └── arguments: (length: 1)
            │       └── @ CallNode (location: (36...39))
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── message_loc: (36...39) = "bar"
            │           ├── opening_loc: ∅
            │           ├── arguments: ∅
            │           ├── closing_loc: ∅
            │           ├── block: ∅
            │           ├── flags: variable_call
            │           └── name: "bar"
            ├── closing_loc: ∅
            ├── block: ∅
            ├── flags: ∅
            └── name: "fun"
