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 8cf5bc8 commit e03cb13Copy full SHA for e03cb13
test/SILGen/objc_bridging_any.swift
@@ -757,4 +757,5 @@ func bridgeOptionalFunctionToAnyObject(fn: (() -> ())?) -> AnyObject {
757
// CHECK-LABEL: sil_witness_table shared [serialized] GenericOption: Hashable module objc_generics {
758
// CHECK-NEXT: base_protocol Equatable: GenericOption: Equatable module objc_generics
759
// CHECK-NEXT: method #Hashable.hashValue!getter.1: {{.*}} : @$SSo13GenericOptionas8HashableSCsACP9hashValueSivgTW
760
+// CHECK-NEXT: method #Hashable._hash!1: {{.*}} : @$SSo13GenericOptionas8HashableSCsACP5_hash4intoys7_HasherVz_tFTW
761
// CHECK-NEXT: }
0 commit comments