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
interfaceBanana{color: 'yellow';}classMonkey<TextendsBanana|undefined>{a: T;render(){if(this.a){this.a.color;// error Property 'color' does not exists on type 'T'}}}interfaceBigBananaextendsBanana{}classBigMonkeyextendsMonkey<BigBanana>{render(){if(this.a){this.a.color;}}}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: