//// [parserX_ArrowFunction2.ts] var v = (a: b,) => { }; //// [parserX_ArrowFunction2.js] var v = function (a) { };