@ ProgramNode (location: (0...16))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...16))
    └── body: (length: 1)
        └── @ CallNode (location: (0...16))
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── message_loc: (0...1) = "a"
            ├── opening_loc: ∅
            ├── arguments: ∅
            ├── closing_loc: ∅
            ├── block:
            │   @ BlockNode (location: (2...16))
            │   ├── locals: [:b, :c, :d]
            │   ├── parameters:
            │   │   @ BlockParametersNode (location: (4...14))
            │   │   ├── parameters:
            │   │   │   @ ParametersNode (location: (5...13))
            │   │   │   ├── requireds: (length: 1)
            │   │   │   │   └── @ RequiredParameterNode (location: (5...6))
            │   │   │   │       └── name: :b
            │   │   │   ├── optionals: (length: 0)
            │   │   │   ├── rest:
            │   │   │   │   @ RestParameterNode (location: (8...10))
            │   │   │   │   ├── name: :c
            │   │   │   │   ├── name_loc: (9...10) = "c"
            │   │   │   │   └── operator_loc: (8...9) = "*"
            │   │   │   ├── posts: (length: 1)
            │   │   │   │   └── @ RequiredParameterNode (location: (12...13))
            │   │   │   │       └── name: :d
            │   │   │   ├── keywords: (length: 0)
            │   │   │   ├── keyword_rest: ∅
            │   │   │   └── block: ∅
            │   │   ├── locals: (length: 0)
            │   │   ├── opening_loc: (4...5) = "|"
            │   │   └── closing_loc: (13...14) = "|"
            │   ├── body: ∅
            │   ├── opening_loc: (2...3) = "{"
            │   └── closing_loc: (15...16) = "}"
            ├── flags: ∅
            └── name: "a"
