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