TypeScript/tests/cases/conformance/types/tuple/wideningTuples6.ts

3 lines
49 B
TypeScript
Raw Normal View History

2015-07-14 20:49:50 +02:00
var [a, b] = [undefined, null];
a = "";
b = "";