TypeScript/tests/baselines/reference/arrowFunctionWithObjectLiteralBody4.js

6 lines
143 B
TypeScript

//// [arrowFunctionWithObjectLiteralBody4.ts]
var v = a => <any><any>{}
//// [arrowFunctionWithObjectLiteralBody4.js]
var v = a => ({});