//// [arrowFunctionWithObjectLiteralBody1.ts] var v = a => {} //// [arrowFunctionWithObjectLiteralBody1.js] var v = function (a) { return {}; };