TypeScript/tests/baselines/reference/contextualTyping28.symbols

7 lines
267 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/contextualTyping28.ts ===
function foo(param:number[]){}; foo([1]);
>foo : Symbol(foo, Decl(contextualTyping28.ts, 0, 0))
>param : Symbol(param, Decl(contextualTyping28.ts, 0, 13))
>foo : Symbol(foo, Decl(contextualTyping28.ts, 0, 0))