You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
The assignment to this.prop in the subclasss' constructor should succeed, with the compiler understanding that this.prop, at that stage, has the value + type given to it by the superclass.
Actual behavior:
Error: Property 'prop' is used before being assigned.