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
The original statement, "never can only ever be assigned to another never," implies the following is not allowed: ```ts let bar: never; let foo: number = bar // statement implies this is not allowed ```
0 commit comments