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