@ ProgramNode (location: (0...29))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...29))
    └── body: (length: 1)
        └── @ DefNode (location: (0...29))
            ├── name: :a
            ├── name_loc: (4...5) = "a"
            ├── receiver: ∅
            ├── parameters:
            │   @ ParametersNode (location: (6...12))
            │   ├── requireds: (length: 1)
            │   │   └── @ RequiredParameterNode (location: (6...7))
            │   │       └── name: :x
            │   ├── optionals: (length: 0)
            │   ├── rest: ∅
            │   ├── posts: (length: 0)
            │   ├── keywords: (length: 0)
            │   ├── keyword_rest:
            │   │   @ ForwardingParameterNode (location: (9...12))
            │   └── block: ∅
            ├── body:
            │   @ StatementsNode (location: (15...24))
            │   └── body: (length: 1)
            │       └── @ CallNode (location: (15...24))
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── message_loc: (15...16) = "b"
            │           ├── opening_loc: (16...17) = "("
            │           ├── arguments:
            │           │   @ ArgumentsNode (location: (17...23))
            │           │   └── arguments: (length: 2)
            │           │       ├── @ LocalVariableReadNode (location: (17...18))
            │           │       │   ├── name: :x
            │           │       │   └── depth: 0
            │           │       └── @ ForwardingArgumentsNode (location: (20...23))
            │           ├── closing_loc: (23...24) = ")"
            │           ├── block: ∅
            │           ├── flags: ∅
            │           └── name: "b"
            ├── locals: [:x, :"..."]
            ├── def_keyword_loc: (0...3) = "def"
            ├── operator_loc: ∅
            ├── lparen_loc: (5...6) = "("
            ├── rparen_loc: (12...13) = ")"
            ├── equal_loc: ∅
            └── end_keyword_loc: (26...29) = "end"
