* @since 3.10.0
()
| 602 | * @since 3.10.0 |
| 603 | */ |
| 604 | toString() { |
| 605 | return Option.getOrElse(getExpected(this), () => Inspectable.formatUnknown(this.symbol)) |
| 606 | } |
| 607 | /** |
| 608 | * @since 3.10.0 |
| 609 | */ |
nothing calls this directly
no test coverage detected