TypeScript/tests/baselines/reference/wrappedIncovations1.types

20 lines
377 B
Text

=== tests/cases/compiler/wrappedIncovations1.ts ===
var v = this
>v : any, Symbol(v,Decl(wrappedIncovations1.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