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 c9d66f0 commit cca2d28Copy full SHA for cca2d28
test/IRGen/marker_protocol.swift
@@ -13,7 +13,7 @@ extension Int: P { }
13
extension Array: P where Element: P { }
14
15
// Note: no witness tables
16
-// CHECK: define swiftcc void @"$s15marker_protocol7genericyyxAA1PRzlF"(%swift.opaque* noalias nocapture %0, %swift.type* %T)
+// CHECK: swiftcc void @"$s15marker_protocol7genericyyxAA1PRzlF"(%swift.opaque* noalias nocapture %0, %swift.type* %T)
17
public func generic<T: P>(_: T) { }
18
19
public func testGeneric(i: Int, array: [Int]) {
0 commit comments