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
[5.3] Type substitution: When substituting SILFunctionTypes we substitute unbound Objective-C generic for bound ones
IRGen does so. So don't assert on the case when there is a (nested) Objective-C
type.
Description: Fix an assert that is to eager when types contain objc
generic types. We would crash in assert builds.
Risk: Low. Only affects assert builds.
Testing: Regression test added
Reviewed by: Joe Groff
rdar://66302139
0 commit comments