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

4 lines
59 B
TypeScript

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