TypeScript/tests/cases/compiler/topLevelLambda.ts
2014-07-12 17:30:19 -07:00

4 lines
46 B
TypeScript

module M {
var f = () => {this.window;}
}