TypeScript/tests/cases/compiler/commentInEmptyParameterList1.ts
2014-07-12 17:30:19 -07:00

3 lines
No EOL
52 B
TypeScript

// @comments:true
function foo(/** nothing */) {
}