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 e0e4e84 commit 2862950Copy full SHA for 2862950
test/PrintAsObjC/availability-real-sdk.swift
@@ -49,6 +49,7 @@
49
// CHECK-NEXT: - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull){{[a-zA-Z]+}} OBJC_DESIGNATED_INITIALIZER;
50
// CHECK-NEXT: @end
51
52
+// REQUIRES: rdar102629628
53
54
import Foundation
55
test/PrintAsObjC/override.swift
@@ -15,6 +15,8 @@
15
16
// REQUIRES: objc_interop
17
18
19
+
20
import OverrideBase
21
// No errors from Clang until we get to the FixMe class.
22
// CLANG-NOT: error
0 commit comments