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