TypeScript/tests/baselines/reference/varArgWithNoParamName.js

6 lines
108 B
JavaScript
Raw Normal View History

//// [varArgWithNoParamName.ts]
function t1(...) {}
//// [varArgWithNoParamName.js]
function t1() { }