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
Sema: Fix case where witness thrown error type is a subtype of a type parameter
In b300068, I changed the `if`
condition here to check for the absence of type variables as well
as type parameters. The correct condition is to actually not
check for anything at all.
Fixes rdar://149438520.
0 commit comments