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

2 lines
54 B
TypeScript

//@noImplicitAny: true
var [a, b] = [undefined, null];