@ ProgramNode (location: (0...8))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...8))
    └── body: (length: 1)
        └── @ InterpolatedStringNode (location: (0...8))
            ├── opening_loc: (0...1) = "\""
            ├── parts: (length: 2)
            │   ├── @ StringNode (location: (1...3))
            │   │   ├── opening_loc: ∅
            │   │   ├── content_loc: (1...3) = "a "
            │   │   ├── closing_loc: ∅
            │   │   └── unescaped: "a "
            │   └── @ EmbeddedStatementsNode (location: (3...7))
            │       ├── opening_loc: (3...5) = "\#{"
            │       ├── statements:
            │       │   @ StatementsNode (location: (5...6))
            │       │   └── body: (length: 1)
            │       │       └── @ CallNode (location: (5...6))
            │       │           ├── receiver: ∅
            │       │           ├── call_operator_loc: ∅
            │       │           ├── message_loc: (5...6) = "b"
            │       │           ├── opening_loc: ∅
            │       │           ├── arguments: ∅
            │       │           ├── closing_loc: ∅
            │       │           ├── block: ∅
            │       │           ├── flags: variable_call
            │       │           └── name: "b"
            │       └── closing_loc: (6...7) = "}"
            └── closing_loc: (7...8) = "\""
