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
classC{publicf1(){return1;}publicf2(){if(thisinstanceofSub)return2;returnthis.f1();// Does not compile: error "f1 does not exist on type never"}}classSubextendsC{}
Expected behavior:
Compile without error
Actual behavior:
Error "f1 does not exist on type never"
The text was updated successfully, but these errors were encountered:
TypeScript Version: 2.1.4.0
Expected behavior:
Compile without error
Actual behavior:
Error "f1 does not exist on type never"
The text was updated successfully, but these errors were encountered: