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 c8c941c commit cbf234bCopy full SHA for cbf234b
validation-test/compiler_crashers_2_fixed/0110-sr4786.swift
@@ -0,0 +1,13 @@
1
+// RUN: not %target-swift-frontend %s -typecheck
2
+
3
+public protocol _UTFEncoding {
4
+ associatedtype EncodedScalar where EncodedScalar == Int
5
+}
6
7
+public protocol UnicodeEncoding {
8
+ associatedtype EncodedScalar: BidirectionalCollection
9
10
11
+public protocol _UTFParser {
12
+ associatedtype Encoding: UnicodeEncoding, _UTFEncoding
13
0 commit comments