@internal
()
| 1552 | } |
| 1553 | /** @internal */ |
| 1554 | toCodecStringTree(): AST { |
| 1555 | return replaceEncoding(this, [symbolToString]) |
| 1556 | } |
| 1557 | /** @internal */ |
| 1558 | getExpected(): string { |
| 1559 | return "symbol" |
nothing calls this directly
no test coverage detected