TypeScript/tests/baselines/reference/contextualTyping40.symbols

6 lines
230 B
Plaintext
Raw Normal View History

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