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

7 lines
271 B
Plaintext

=== tests/cases/compiler/contextualTyping37.ts ===
var foo = <{ id: number; }[]>[{ foo: "s" }, { }];
>foo : Symbol(foo, Decl(contextualTyping37.ts, 0, 3))
>id : Symbol(id, Decl(contextualTyping37.ts, 0, 12))
>foo : Symbol(foo, Decl(contextualTyping37.ts, 0, 31))