@ ProgramNode (location: (0...20))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...20))
    └── body: (length: 1)
        └── @ DefNode (location: (0...20))
            ├── name: :f
            ├── name_loc: (4...5) = "f"
            ├── receiver: ∅
            ├── parameters:
            │   @ ParametersNode (location: (6...14))
            │   ├── requireds: (length: 0)
            │   ├── optionals: (length: 0)
            │   ├── rest: ∅
            │   ├── posts: (length: 0)
            │   ├── keywords: (length: 1)
            │   │   └── @ KeywordParameterNode (location: (6...10))
            │   │       ├── name: :a
            │   │       ├── name_loc: (6...8) = "a:"
            │   │       └── value:
            │   │           @ IntegerNode (location: (9...10))
            │   │           └── flags: decimal
            │   ├── keyword_rest: ∅
            │   └── block:
            │       @ BlockParameterNode (location: (12...14))
            │       ├── name: :b
            │       ├── name_loc: (13...14) = "b"
            │       └── operator_loc: (12...13) = "&"
            ├── body: ∅
            ├── locals: [:a, :b]
            ├── def_keyword_loc: (0...3) = "def"
            ├── operator_loc: ∅
            ├── lparen_loc: (5...6) = "("
            ├── rparen_loc: (14...15) = ")"
            ├── equal_loc: ∅
            └── end_keyword_loc: (17...20) = "end"
