TypeScript/tests/baselines/reference/contextualTyping34.symbols

7 lines
255 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/contextualTyping34.ts ===
var foo = <{ id: number;}> ({id:4});
>foo : Symbol(foo, Decl(contextualTyping34.ts, 0, 3))
>id : Symbol(id, Decl(contextualTyping34.ts, 0, 12))
>id : Symbol(id, Decl(contextualTyping34.ts, 0, 29))