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

5 lines
229 B
Text

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