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 08af507 + 19ad53e commit 8d99f24Copy full SHA for 8d99f24
test/attr/attr_availability_canonical_macos_version.swift
@@ -1,5 +1,7 @@
1
// RUN: %swift -typecheck -verify -parse-stdlib -module-name Swift -target x86_64-apple-macosx11.0 %s
2
3
+// REQUIRES: rdar66693249
4
+
5
6
@available(OSX, introduced: 10.5, deprecated: 10.8, obsoleted: 11.0,
7
message: "you don't want to do that anyway")
0 commit comments