TypeScript/tests/baselines/reference/wrappedIncovations2.types

20 lines
377 B
Text

=== tests/cases/compiler/wrappedIncovations2.ts ===
var v = this.
>v : any, Symbol(v,Decl(wrappedIncovations2.ts,0,3))
>this. foo(). bar(). baz() : any
>this. foo(). bar(). baz : any
>this. foo(). bar() : any
>this. foo(). bar : any
>this. foo() : any
>this. foo : any
>this : any
foo().
>foo : any
bar().
>bar : any
baz();
>baz : any