# Documentation

This test case checks if `@ts-expect-error` comment works as expected.

```ts
// @ts-expect-error
const a: string = 42;
```
