You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
forxin s { // expected-error {{type 'any Sequence' cannot conform to 'Sequence'}} expected-note {{only concrete types such as structs, enums and classes can conform to protocols}}
179
+
forxin s {
181
180
_ = x
182
181
}
183
182
}
184
183
184
+
// rdar://92177656 - implicit existential opening should work with for-in loops
0 commit comments