@ ProgramNode (location: (1,0)-(1,6))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,6))
    └── body: (length: 1)
        └── @ CallNode (location: (1,0)-(1,6))
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── message_loc: (1,0)-(1,1) = "a"
            ├── opening_loc: (1,1)-(1,2) = "("
            ├── arguments:
            │   @ ArgumentsNode (location: (1,2)-(1,5))
            │   ├── arguments: (length: 1)
            │   │   └── @ KeywordHashNode (location: (1,2)-(1,5))
            │   │       └── elements: (length: 1)
            │   │           └── @ AssocSplatNode (location: (1,2)-(1,5))
            │   │               ├── value:
            │   │               │   @ IntegerNode (location: (1,4)-(1,5))
            │   │               │   └── flags: decimal
            │   │               └── operator_loc: (1,2)-(1,4) = "**"
            │   └── flags: keyword_splat
            ├── closing_loc: (1,5)-(1,6) = ")"
            ├── block: ∅
            ├── flags: ∅
            └── name: :a
