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
typeWeird=(<Uextendsboolean>(a: U)=>never)extends(<Uextendstrue>(a: U)=>never) ? never : never;
This type puts the type checker in some sort of weird state where it's never narrowed into anything useful. I assume the proper type should be booleannever.