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