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 4808ed3 commit 2ff8808Copy full SHA for 2ff8808
test/IRGen/marker_protocol.swift
@@ -11,7 +11,7 @@
11
extension Int: P { }
12
extension Array: P where Element: P { }
13
14
-// CHECK: @"$s15marker_protocol1QMp" = constant
+// CHECK: @"$s15marker_protocol1QMp" = {{(protected )?}}constant
15
// CHECK-SAME: i32 trunc{{.*}}s15marker_protocolMXM{{.*}}s15marker_protocol1QMp
16
// CHECK-SAME: i32 0, i32 5, i32 0
17
public protocol Q: P {
0 commit comments