TypeScript/tests/baselines/reference/contextualTyping37.symbols

7 lines
271 B
Plaintext
Raw Normal View History

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