TypeScript/tests/baselines/reference/topLevelLambda.errors.txt

7 lines
200 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/topLevelLambda.ts (1 errors) ====
module M {
var f = () => {this.window;}
~~~~
!!! 'this' cannot be referenced in a module body.
}