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 a4238fa commit ac8cd1fCopy full SHA for ac8cd1f
test/SILGen/protocols.swift
@@ -427,7 +427,7 @@ public func test(_ p: Proto) {
427
p.val.x += 1
428
}
429
430
-// CHECK-LABEL: sil @$S9protocols4testyyAA5Proto_pF : $@convention(thin) (@in Proto) -> ()
+// CHECK-LABEL: sil @_T09protocols4testyyAA5Proto_pF : $@convention(thin) (@in Proto) -> ()
431
// CHECK: [[OPEN:%.*]] = open_existential_addr immutable_access
432
// CHECK: [[MAT:%.*]] = witness_method $@opened("{{.*}}") Proto, #Proto.val!materializeForSet
433
// CHECK: [[BUF:%.*]] = apply [[MAT]]
0 commit comments