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
enumFoo{original=1,modified=2,}typeOriginal={type: Foo.original;title: string;};typeModified={type: Foo.modified;modification: string;};typeBar=Original&Modified;varx={}asBar;x.title;// Error Property 'title' does not exist on type 'never'
TypeScript Version: 3.9 RC
Search Terms:
intersection never 3.9
Code
Expected behavior:
No error
Actual behavior:
An error is reported.
Playground Link:
Playground link
Related Issues:
#38162
The text was updated successfully, but these errors were encountered: