Skip to content

Commit 65636d6

Browse files
committed
[Gardening] Move a recovery test
Resolves rdar://38225184
1 parent 5076d71 commit 65636d6

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)