TypeScript/tests/baselines/reference/arrowFunctionWithObjectLiteralBody2.symbols
2015-04-15 16:44:20 -07:00

6 lines
234 B
Plaintext

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