TypeScript/tests/cases/compiler/collisionThisExpressionAndAliasInGlobal.ts

5 lines
86 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
module a {
export var b = 10;
}
var f = () => this;
import _this = a; // Error