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

3 lines
49 B
TypeScript

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