@ ProgramNode (location: (0...25))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...25))
    └── body: (length: 1)
        └── @ CaseNode (location: (0...25))
            ├── predicate:
            │   @ CallNode (location: (5...6))
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── message_loc: (5...6) = "a"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   ├── block: ∅
            │   ├── flags: variable_call
            │   └── name: "a"
            ├── conditions: (length: 1)
            │   └── @ WhenNode (location: (8...15))
            │       ├── keyword_loc: (8...12) = "when"
            │       ├── conditions: (length: 1)
            │       │   └── @ SplatNode (location: (13...15))
            │       │       ├── operator_loc: (13...14) = "*"
            │       │       └── expression:
            │       │           @ CallNode (location: (14...15))
            │       │           ├── receiver: ∅
            │       │           ├── call_operator_loc: ∅
            │       │           ├── message_loc: (14...15) = "b"
            │       │           ├── opening_loc: ∅
            │       │           ├── arguments: ∅
            │       │           ├── closing_loc: ∅
            │       │           ├── block: ∅
            │       │           ├── flags: variable_call
            │       │           └── name: "b"
            │       └── statements: ∅
            ├── consequent: ∅
            ├── case_keyword_loc: (0...4) = "case"
            └── end_keyword_loc: (22...25) = "end"
