mirror of
https://github.com/denoland/deno.git
synced 2024-12-13 19:12:20 -05:00
9 lines
141 B
Markdown
9 lines
141 B
Markdown
|
# Documentation
|
||
|
|
||
|
This test case checks if `@ts-expect-error` comment works as expected.
|
||
|
|
||
|
```ts
|
||
|
// @ts-expect-error
|
||
|
const a: string = 42;
|
||
|
```
|