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

1 line
37 B
TypeScript

function f([a, b]: [number, any]) { }