Skip to content

Commit 24aa52f

Browse files
authored
Merge pull request #28048 from CodaFi/comma-comma-comma-comma-comma-chameleon
2 parents aefaa14 + 65636d6 commit 24aa52f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/Parse/rdar38225184.swift

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/Parse/recovery.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,3 +849,7 @@ func f() {
849849
// <rdar://problem/22478168> | SR-11006
850850
// expected-error@+1 {{expected '=' instead of '==' to assign default value for parameter}} {{21-23==}}
851851
func SR11006(a: Int == 0) {}
852+
853+
// rdar://38225184
854+
extension Collection where Element == Int && Index == Int {}
855+
// expected-error@-1 {{expected ',' to separate the requirements of this 'where' clause}} {{43-45=,}}

0 commit comments

Comments
 (0)