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

1 line
39 B
TypeScript
Raw Normal View History

2015-07-17 04:03:15 +02:00
function f([a, b] = [0, undefined]) { }