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.
2 parents caf2f08 + 5cd1495 commit e6ec687Copy full SHA for e6ec687
validation-test/compiler_crashers_2_fixed/rdar46714549.swift
@@ -0,0 +1,6 @@
1
+// RUN: %target-typecheck-verify-swift
2
+
3
+extension Array where Element == String {
4
+ typealias InternalTypeAlias = Int
5
+ func doSomething<R>(foo: (InternalTypeAlias) -> R) {}
6
+}
0 commit comments