Skip to content

Commit a7c276b

Browse files
authored
Update 0161-issue-49119.swift
1 parent fbd1f1a commit a7c276b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/compiler_crashers_2_fixed/0161-issue-49119.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ protocol P {
99
struct Type<Param> {}
1010
extension Type: P where Param: P, Param.A == Type<Param> {
1111
// expected-error@-1 6{{extension of generic struct 'Type' has self-referential generic requirements}}
12-
// expected-note@-2 5{{through reference here}}
12+
// expected-note@-2 6{{through reference here}}
1313
// expected-error@-3 {{type 'Type<Param>' does not conform to protocol 'P'}}
1414
typealias A = Param
1515
// expected-note@-1 2{{through reference here}}

0 commit comments

Comments
 (0)