TypeScript/tests/baselines/reference/arrowFunctionWithObjectLiteralBody2.symbols

6 lines
234 B
Plaintext
Raw Normal View History

=== 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))