@ ProgramNode (location: (1,0)-(1,9))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,9))
    ├── flags: ∅
    └── body: (length: 1)
        └── @ CallNode (location: (1,0)-(1,9))
            ├── flags: newline
            ├── receiver:
            │   @ CallNode (location: (1,0)-(1,3))
            │   ├── flags: variable_call, ignore_visibility
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── name: :foo
            │   ├── message_loc: (1,0)-(1,3) = "foo"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   └── block: ∅
            ├── call_operator_loc: ∅
            ├── name: :[]
            ├── message_loc: (1,3)-(1,9) = "[bar,]"
            ├── opening_loc: (1,3)-(1,4) = "["
            ├── arguments:
            │   @ ArgumentsNode (location: (1,4)-(1,7))
            │   ├── flags: ∅
            │   └── arguments: (length: 1)
            │       └── @ CallNode (location: (1,4)-(1,7))
            │           ├── flags: variable_call, ignore_visibility
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── name: :bar
            │           ├── message_loc: (1,4)-(1,7) = "bar"
            │           ├── opening_loc: ∅
            │           ├── arguments: ∅
            │           ├── closing_loc: ∅
            │           └── block: ∅
            ├── closing_loc: (1,8)-(1,9) = "]"
            └── block: ∅
