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