TypeScript/tests/cases/compiler/globalThisCapture.ts

8 lines
160 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
// Add a lambda to ensure global 'this' capture is triggered
(()=>this.window);
var parts = [];
// Ensure that the generated code is correct
parts[0];