Skip to content

Commit 8ea6338

Browse files
committed
1 parent ad2f73a commit 8ea6338

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)