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

7 lines
246 B
Plaintext

=== tests/cases/compiler/contextualTyping1.ts ===
var foo: {id:number;} = {id:4};
>foo : Symbol(foo, Decl(contextualTyping1.ts, 0, 3))
>id : Symbol(id, Decl(contextualTyping1.ts, 0, 10))
>id : Symbol(id, Decl(contextualTyping1.ts, 0, 25))