DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / cases / compiler / commentOnParameter2.ts
12345678
function commentedParameters( /* Parameter a */ a /* End of parameter a */ /* Parameter b */ , b /* End of parameter b */ ){}