1 2 3 4 5 6 7 8
# Documentation This test case checks if `@ts-expect-error` comment works as expected. ```ts // @ts-expect-error const a: string = 42; ```