(value: string)
| 15 | this.output += value; |
| 16 | } |
| 17 | public appendLine(value: string) { |
| 18 | this.append(value); |
| 19 | this.append('\n'); |
| 20 | } |
| 21 | // eslint-disable-next-line no-empty,@typescript-eslint/no-empty-function |
| 22 | public clear() {} |
| 23 | public show(preservceFocus?: boolean): void; |
no test coverage detected