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

4 lines
71 B
TypeScript

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