TypeScript/tests/baselines/reference/contextualTyping29.symbols

7 lines
270 B
Plaintext
Raw Normal View History

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