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 ad2f73a commit 8ea6338Copy full SHA for 8ea6338
validation-test/compiler_crashers_2_fixed/sr10792.swift
@@ -0,0 +1,8 @@
1
+// RUN: %target-swift-frontend -emit-ir %s
2
+
3
+protocol DateGroupedCollection: Collection {
4
+ typealias DictionaryType = [String: Int]
5
6
+ typealias Index = DictionaryType.Index
7
+ typealias Element = DictionaryType.Element
8
+}
0 commit comments