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
classClass{dummy=0;}functiontest<T>(a:T):void{if(a===Class){}// This condition will always return 'false' since the types 'T' and 'typeof Class' have no overlap.ts(2367)}