TypeScript/tests/baselines/reference/commentInEmptyParameterList1.js

8 lines
137 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [commentInEmptyParameterList1.ts]
function foo(/** nothing */) {
}
//// [commentInEmptyParameterList1.js]
function foo() {
}