swc/crates/swc_ecma_parser/tests/tsc/destructuringVoid.ts

4 lines
65 B
TypeScript

// @strictNullChecks: false
declare const v: void;
const {} = v;