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.
2 parents 2e4e1c0 + 34a6873 commit 8d5c27eCopy full SHA for 8d5c27e
test/Interop/Cxx/objc-correctness/appkit-uikit.swift
@@ -2,6 +2,7 @@
2
3
// REQUIRES: objc_interop
4
// REQUIRES: VENDOR=apple
5
+// REQUIRES: OS=macosx || OS=ios
6
7
#if canImport(AppKit)
8
import AppKit
@@ -11,6 +12,6 @@ var _: AttributeScopes.AppKitAttributes.UnderlineStyleAttribute! = nil
11
12
#elseif canImport(UIKit)
13
import UIKit
14
-var _: AttributeScopes.AppKitAttributes.UnderlineStyleAttribute! = nil
15
+var _: AttributeScopes.UIKitAttributes.UnderlineStyleAttribute! = nil
16
17
#endif
0 commit comments