TypeScript/tests/baselines/reference/topLevelLambda.errors.txt
2014-09-11 16:11:08 -07:00

7 lines
214 B
Plaintext

==== tests/cases/compiler/topLevelLambda.ts (1 errors) ====
module M {
var f = () => {this.window;}
~~~~
!!! error TS2331: 'this' cannot be referenced in a module body.
}