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 a5a15ba commit a9e35edCopy full SHA for a9e35ed
validation-test/compiler_crashers_2_fixed/sr14668.swift
@@ -0,0 +1,10 @@
1
+// RUN: %target-swift-frontend -emit-ir %s
2
+
3
+class A { }
4
+class B<T> : A { }
5
+class C {
6
+ func bar(x : (A?) -> Void) { }
7
+}
8
+class D<T> : C {
9
+ override func bar(x : (B<T>?) -> Void) { }
10
0 commit comments