@ ProgramNode (location: (0...11))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...11))
    └── body: (length: 1)
        └── @ LambdaNode (location: (0...11))
            ├── locals: [:a, :b]
            ├── operator_loc: (0...2) = "->"
            ├── opening_loc: (9...10) = "{"
            ├── closing_loc: (10...11) = "}"
            ├── parameters:
            │   @ BlockParametersNode (location: (2...8))
            │   ├── parameters:
            │   │   @ ParametersNode (location: (3...4))
            │   │   ├── requireds: (length: 1)
            │   │   │   └── @ RequiredParameterNode (location: (3...4))
            │   │   │       └── name: :a
            │   │   ├── optionals: (length: 0)
            │   │   ├── rest: ∅
            │   │   ├── posts: (length: 0)
            │   │   ├── keywords: (length: 0)
            │   │   ├── keyword_rest: ∅
            │   │   └── block: ∅
            │   ├── locals: (length: 1)
            │   │   └── @ BlockLocalVariableNode (location: (6...7))
            │   │       └── name: :b
            │   ├── opening_loc: (2...3) = "("
            │   └── closing_loc: (7...8) = ")"
            └── body: ∅
