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