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

6 lines
229 B
Plaintext

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