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

4 lines
62 B
TypeScript
Raw Normal View History

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