DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.0.4%2Bds1-2 / tests / baselines / reference / parserX_ArrowFunction4.js
12345678
//// [parserX_ArrowFunction4.ts] var v = (a, b) => { }; //// [parserX_ArrowFunction4.js] var v = function (a, b) { };