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
Type of ClassExpression that extends generic not default TypeConstructor is incorrectly reported as Intersection without symbol set
π Expected behavior
i expect to receive object with type TypeObject that has Object typeFlag set and properly defined symbol
This issue is present only if we extend class by other class thatr is provided by arg of function <TBase extends new (...args: any[]) => {}>(Base: TBase) and only if its a generic (template)