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 fbdc16d commit 0f3625bCopy full SHA for 0f3625b
test/ModuleInterface/package_interface.swift
@@ -156,7 +156,7 @@ public class PubKlass {
156
// CHECK: get
157
// CHECK: }
158
// CHECK: public init()
159
-// CHECK: @objc deinit
+// CHECK: deinit
160
161
162
class IntrnKlass {
@@ -183,7 +183,7 @@ package class PkgKlass {
183
// CHECK-PKG: get
184
// CHECK-PKG: }
185
// CHECK-PKG: package init()
186
-// CHECK-PKG: @objc deinit
+// CHECK-PKG: deinit
187
188
189
public protocol PubProto {
0 commit comments