TypeScript/tests/baselines/reference/wrappedIncovations1.js

12 lines
157 B
TypeScript

//// [wrappedIncovations1.ts]
var v = this
.foo()
.bar()
.baz();
//// [wrappedIncovations1.js]
var v = this
.foo()
.bar()
.baz();