TypeScript/tests/cases/conformance/types/tuple/wideningTuples4.ts
2015-07-14 11:50:31 -07:00

4 lines
62 B
TypeScript

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