TypeScript/tests/cases/compiler/commentOnParameter2.ts

8 lines
135 B
TypeScript
Raw Normal View History

2017-02-07 03:14:08 +01:00
function commentedParameters(
/* Parameter a */
a /* End of parameter a */
/* Parameter b */
,
b
/* End of parameter b */
){}