* @since 3.10.0
()
| 1715 | * @since 3.10.0 |
| 1716 | */ |
| 1717 | toString() { |
| 1718 | return Option.getOrElse(getExpected(this), () => this.types.map(String).join(" | ")) |
| 1719 | } |
| 1720 | /** |
| 1721 | * @since 3.10.0 |
| 1722 | */ |
nothing calls this directly
no test coverage detected