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

3 lines
47 B
TypeScript

var [a, b] = [undefined, null];
a = "";
b = "";