TypeScript/tests/cases/conformance/types/tuple/tupleElementTypes1.ts
Jason Freeman a74d64baa6 Add tests
2015-07-16 19:03:54 -07:00

1 line
51 B
TypeScript

var [a, b]: [number, any] = [undefined, undefined];