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

4 lines
71 B
TypeScript
Raw Normal View History

2015-07-14 20:49:50 +02:00
//@noImplicitAny: true
var a: [any];
var b = a = [undefined, null];