Skip to content

Commit 948cd10

Browse files
committed
Migrate an overlooked SR reference in test/Generics
1 parent 453fd22 commit 948cd10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Generics/requirement_inference.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,8 @@ struct Bar<U: P32> {}
393393
// CHECK: Canonical generic signature: <τ_0_0 where τ_0_0 : P34>
394394
func conditionalConformance2<V>(_: Bar<Foo<V>>) {}
395395

396-
// Mentioning a nested type that is conditional should infer that requirement (SR 6850)
396+
// https://github.com/apple/swift/issues/49399
397+
// Mentioning a nested type that is conditional should infer that requirement.
397398

398399
protocol P35 {}
399400
protocol P36 {

0 commit comments

Comments
 (0)