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
@@ -403,7 +403,8 @@ extension Array: NestedArrayProtocol where Element: ElementProtocol, Element: Ar
403
403
// typealias BaseElement = Element.BaseElement
404
404
}
405
405
406
-
// SR-8337
406
+
// https://github.com/apple/swift/issues/50865
407
+
407
408
structFoo<Bar>{}
408
409
409
410
protocolP{
@@ -426,13 +427,13 @@ extension BinaryInteger {
426
427
}
427
428
}
428
429
429
-
// SR-10992
430
+
// https://github.com/apple/swift/issues/53382
430
431
431
-
protocolSR_10992_P{}
432
-
structSR_10992_S<T>{}
433
-
extensionSR_10992_S:SR_10992_Pwhere T:SR_10992_P{} // expected-note {{requirement from conditional conformance of 'SR_10992_S<String>' to 'SR_10992_P'}}
432
+
protocolP_53382{}
433
+
structS_53382<T>{}
434
+
extensionS_53382:P_53382where T:P_53382{} // expected-note {{requirement from conditional conformance of 'S_53382<String>' to 'P_53382'}}
0 commit comments