TypeScript/tests/baselines/reference/arrowFunctionWithObjectLiteralBody2.types

10 lines
341 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/arrowFunctionWithObjectLiteralBody2.ts ===
var v = a => <any><any>{}
2015-04-13 23:01:57 +02:00
>v : (a: any) => any, Symbol(v, Decl(arrowFunctionWithObjectLiteralBody2.ts, 0, 3))
>a => <any><any>{} : (a: any) => any
2015-04-13 23:01:57 +02:00
>a : any, Symbol(a, Decl(arrowFunctionWithObjectLiteralBody2.ts, 0, 7))
><any><any>{} : any
><any>{} : any
>{} : {}