TypeScript/tests/baselines/reference/arrowFunctionWithObjectLiteralBody4.symbols

6 lines
234 B
Plaintext
Raw Normal View History

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