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

2 lines
55 B
TypeScript

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