TypeScript/tests/baselines/reference/arrowFunctionWithObjectLiteralBody3.js

6 lines
138 B
TypeScript

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