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 fbd1f1a commit a7c276bCopy full SHA for a7c276b
validation-test/compiler_crashers_2_fixed/0161-issue-49119.swift
@@ -9,7 +9,7 @@ protocol P {
9
struct Type<Param> {}
10
extension Type: P where Param: P, Param.A == Type<Param> {
11
// expected-error@-1 6{{extension of generic struct 'Type' has self-referential generic requirements}}
12
- // expected-note@-2 5{{through reference here}}
+ // expected-note@-2 6{{through reference here}}
13
// expected-error@-3 {{type 'Type<Param>' does not conform to protocol 'P'}}
14
typealias A = Param
15
// expected-note@-1 2{{through reference here}}
0 commit comments