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

4 lines
68 B
TypeScript

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