TypeScript/tests/cases/compiler/commentInEmptyParameterList1.ts

3 lines
60 B
TypeScript

// @removeComments: false
function foo(/** nothing */) {
}