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 don't expect real users to write code like this example. I just wanted to get this bug out of the way because I think it will make the solution to #27484 easier to understand.
I don't expect real users to write code like this example. I just wanted to get this bug out of the way because I think it will make the solution to #27484 easier to understand.
TypeScript Version: master (85a3475)
Search Terms: mapped type parameter constraint instantiate
Code
Expected behavior: No error.
Actual behavior: Error:
This is nonsense because
P in keyof T
and we setT = U
.Playground Link: link
Related Issues: none found
The text was updated successfully, but these errors were encountered: