mirror of
https://github.com/denoland/deno.git
synced 2025-02-15 18:16:12 -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;
|
||
|
```
|