@ ProgramNode (location: (0...45))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...45))
    └── body: (length: 1)
        └── @ DefNode (location: (0...45))
            ├── name: :test
            ├── name_loc: (4...8) = "test"
            ├── receiver: ∅
            ├── parameters:
            │   @ ParametersNode (location: (9...18))
            │   ├── requireds: (length: 0)
            │   ├── optionals: (length: 0)
            │   ├── rest: ∅
            │   ├── posts: (length: 0)
            │   ├── keywords: (length: 0)
            │   ├── keyword_rest:
            │   │   @ KeywordRestParameterNode (location: (9...18))
            │   │   ├── name: :testing
            │   │   ├── name_loc: (11...18) = "testing"
            │   │   └── operator_loc: (9...11) = "**"
            │   └── block: ∅
            ├── body:
            │   @ StatementsNode (location: (20...41))
            │   └── body: (length: 1)
            │       └── @ CallNode (location: (20...41))
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── message_loc: (20...30) = "test_splat"
            │           ├── opening_loc: (30...31) = "("
            │           ├── arguments:
            │           │   @ ArgumentsNode (location: (31...40))
            │           │   └── arguments: (length: 1)
            │           │       └── @ KeywordHashNode (location: (31...40))
            │           │           └── elements: (length: 1)
            │           │               └── @ AssocSplatNode (location: (31...40))
            │           │                   ├── value:
            │           │                   │   @ LocalVariableReadNode (location: (33...40))
            │           │                   │   ├── name: :testing
            │           │                   │   └── depth: 0
            │           │                   └── operator_loc: (31...33) = "**"
            │           ├── closing_loc: (40...41) = ")"
            │           ├── block: ∅
            │           ├── flags: ∅
            │           └── name: "test_splat"
            ├── locals: [:testing]
            ├── def_keyword_loc: (0...3) = "def"
            ├── operator_loc: ∅
            ├── lparen_loc: (8...9) = "("
            ├── rparen_loc: (18...19) = ")"
            ├── equal_loc: ∅
            └── end_keyword_loc: (42...45) = "end"
