@ ProgramNode (location: (0...23))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...23))
    └── body: (length: 1)
        └── @ DefNode (location: (0...23))
            ├── name: :foo
            ├── name_loc: (4...7) = "foo"
            ├── receiver: ∅
            ├── parameters:
            │   @ ParametersNode (location: (8...11))
            │   ├── requireds: (length: 0)
            │   ├── optionals: (length: 0)
            │   ├── rest: ∅
            │   ├── posts: (length: 0)
            │   ├── keywords: (length: 0)
            │   ├── keyword_rest:
            │   │   @ ForwardingParameterNode (location: (8...11))
            │   └── block: ∅
            ├── body:
            │   @ StatementsNode (location: (15...23))
            │   └── body: (length: 1)
            │       └── @ CallNode (location: (15...23))
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── message_loc: (15...18) = "bar"
            │           ├── opening_loc: (18...19) = "("
            │           ├── arguments:
            │           │   @ ArgumentsNode (location: (19...22))
            │           │   └── arguments: (length: 1)
            │           │       └── @ ForwardingArgumentsNode (location: (19...22))
            │           ├── closing_loc: (22...23) = ")"
            │           ├── block: ∅
            │           ├── flags: ∅
            │           └── name: "bar"
            ├── locals: [:"..."]
            ├── def_keyword_loc: (0...3) = "def"
            ├── operator_loc: ∅
            ├── lparen_loc: (7...8) = "("
            ├── rparen_loc: (11...12) = ")"
            ├── equal_loc: (13...14) = "="
            └── end_keyword_loc: ∅
