TypeScript/tests/cases/compiler/commentOnParameter1.ts

9 lines
136 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 */
){}