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

3 lines
37 B
TypeScript

class _this {
}
var f = () => this;