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 cd724d4 commit 2dfc63dCopy full SHA for 2dfc63d
test/SILGen/accessibility_vtables_testable.swift
@@ -20,7 +20,7 @@
20
import accessibility_vtables_testable_helper
21
22
public class Derived : Middle {
23
- open override func method() {}
+ open override func method() {}
24
}
25
26
// LIBRARY-LABEL: sil_vtable {{(\[serialized\] )?}}Base {
@@ -46,4 +46,4 @@ public class Derived : Middle {
46
// RESILIENT-CLIENT-LABEL: sil_vtable [serialized] Derived {
47
// RESILIENT-CLIENT-NEXT: #Middle.method: (Middle) -> () -> () : @$s30accessibility_vtables_testable7DerivedC6methodyyF [override] // Derived.method()
48
// RESILIENT-CLIENT-NEXT: #Derived.deinit!deallocator: @$s30accessibility_vtables_testable7DerivedCfD // Derived.__deallocating_deinit
49
-// RESILIENT-CLIENT-NEXT: }
+// RESILIENT-CLIENT-NEXT: }
0 commit comments