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
SIL: Fix SILFunctionType::getDefaultWitnessMethodProtocol() for class-constrained 'self' archetypes
Right now witness_method functions either have a concrete type as the
'self' argument or a type parameter with a single protocol conformance
constraint.
Soon we will also have class-constrained archetypes here, so tweak the
assertion here to detect this case.
0 commit comments