TypeScript/tests/baselines/reference/topLevelLambda.errors.txt
2014-07-12 17:30:19 -07:00

7 lines
200 B
Plaintext

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