Wrong this.propertyName reference inside abstract method realization #7724
Labels
By Design
Deprecated - use "Working as Intended" or "Design Limitation" instead
Milestone
TypeScript Version:
1.8.9 / nightly
Code
Playground: link
Expected behavior:
this.name inside abstractMethod() realization must be pointed at
name
property ofConcrete
class.Actual behavior:
this.name inside abstractMethod() realization is pointed at
name
property ofAbstract
class.The text was updated successfully, but these errors were encountered: