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

6 lines
230 B
Plaintext

=== tests/cases/compiler/contextualTyping40.ts ===
var foo = <{():number; (i:number):number; }> function(){return 1;};
>foo : Symbol(foo, Decl(contextualTyping40.ts, 0, 3))
>i : Symbol(i, Decl(contextualTyping40.ts, 0, 24))