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
I guess there would be some duplicates, but I cannot find it.
TypeScript Version: 2.1.14
Code
functionthrowError(): never{thrownewError();}letfoo: string|undefined;if(!foo){throwError();}foo;// Expected to be `string` instead of `string | undefined`.
pmoleri, gdelmas, yume-chan, oosmos, dhedey and 33 more