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