TypeScript/tests/baselines/reference/wrappedIncovations1.types

21 lines
380 B
Text
Raw Normal View History

=== tests/cases/compiler/wrappedIncovations1.ts ===
var v = this
2015-04-13 23:01:57 +02:00
>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