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

1 line
39 B
TypeScript

function f([a, b] = [0, undefined]) { }