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 513fed7 commit bc20856Copy full SHA for bc20856
test/decl/ext/extensions.swift
@@ -349,3 +349,10 @@ struct SR_10466<T> {
349
extension SR_10466 where T == Never { // expected-note {{requirement specified as 'T' == 'Never' [with T = T]}}
350
typealias A = Int
351
}
352
+
353
+#if true
354
+protocol Rdar66943328 {
355
+ associatedtype Assoc
356
+}
357
+extension Rdar66943328 where Assoc == Int // expected-error {{expected '{' in extension}}
358
+#endif
0 commit comments