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 f72232e commit ebe40b0Copy full SHA for ebe40b0
test/SILGen/protocol_enum_witness.swift
@@ -26,7 +26,7 @@ enum AnotherBar: AnotherFoo {
26
// CHECK-NEXT: return [[TUPLE]] : $()
27
// CHECK-END: }
28
29
-// CHECK-LABEL: sil hidden [transparent] [ossa] @$s21protocol_enum_witness3BarO6buttonyA2CmF : $@convention(method) (@thin Bar.Type) -> Bar {
+// CHECK-LABEL: sil shared [transparent] [ossa] @$s21protocol_enum_witness3BarO6buttonyA2CmF : $@convention(method) (@thin Bar.Type) -> Bar {
30
// CHECK: bb0({{%.*}} : $@thin Bar.Type):
31
// CHECK-NEXT: [[CASE:%.*]] = enum $Bar, #Bar.button!enumelt
32
// CHECK-NEXT: return [[CASE]] : $Bar
0 commit comments