TypeScript/tests/cases/compiler/restParameterWithBindingPattern1.ts

3 lines
46 B
TypeScript
Raw Normal View History

2018-08-01 11:12:47 +02:00
// @sourcemap: true
function a(...{a, b}) { }