TypeScript/tests/baselines/reference/wrappedIncovations2.js

12 lines
157 B
TypeScript

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