DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.0.4%2Bds1-1 / tests / baselines / reference / parseErrorDoubleCommaInCall.js
12345678910
//// [parseErrorDoubleCommaInCall.ts] Boolean({ x: 0,, }); //// [parseErrorDoubleCommaInCall.js] Boolean({ x: 0, });