swc/crates/swc_ecma_parser/tests/tsc/ts-expect-error-nocheck.ts
2022-02-04 17:08:38 +09:00

7 lines
133 B
TypeScript

// @ts-nocheck
// there should not be a "Unused @ts-expect-error" error due to the // @ts-nocheck
// @ts-expect-error
const a = 1;