=== tests/cases/compiler/arrowFunctionWithObjectLiteralBody2.ts === var v = a => {} >v : (a: any) => any, Symbol(v, Decl(arrowFunctionWithObjectLiteralBody2.ts, 0, 3)) >a => {} : (a: any) => any >a : any, Symbol(a, Decl(arrowFunctionWithObjectLiteralBody2.ts, 0, 7)) >{} : any >{} : any >{} : {}