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