We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453fd22 commit 948cd10Copy full SHA for 948cd10
test/Generics/requirement_inference.swift
@@ -393,7 +393,8 @@ struct Bar<U: P32> {}
393
// CHECK: Canonical generic signature: <τ_0_0 where τ_0_0 : P34>
394
func conditionalConformance2<V>(_: Bar<Foo<V>>) {}
395
396
-// Mentioning a nested type that is conditional should infer that requirement (SR 6850)
+// https://github.com/apple/swift/issues/49399
397
+// Mentioning a nested type that is conditional should infer that requirement.
398
399
protocol P35 {}
400
protocol P36 {
0 commit comments