TypeScript/tests/baselines/reference/commentInEmptyParameterList1.js
2014-07-12 17:30:19 -07:00

8 lines
137 B
TypeScript

//// [commentInEmptyParameterList1.ts]
function foo(/** nothing */) {
}
//// [commentInEmptyParameterList1.js]
function foo() {
}