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

2 lines
36 B
TypeScript

var _this = 1;
var f = () => _this;