You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@backDeployed(before: visionOS 2) // Ok, introduced availability is inferred to be visionOS epoch
6
6
publicfunc topLevelFunc(){}
@@ -51,7 +51,7 @@ public func availableSameVersionAsBackDeploymentAndAlsoAvailableEarlierOniOS() {
51
51
@backDeployed(before: visionOS 2) // expected-error {{'@backDeployed' has no effect because 'availableAfterBackDeployment()' is not available before visionOS 2}}
52
52
publicfunc availableAfterBackDeployment(){}
53
53
54
-
@available(iOS 99,*) // expected-note {{'availableOniOSAfterBackDeploymentOniOS()' was introduced in visionOS 99}}
54
+
@available(iOS 99,*) // expected-note {{'availableOniOSAfterBackDeploymentOniOS()' was introduced in iOS 99}}
55
55
@backDeployed(before: iOS 17.4) // expected-error {{'@backDeployed' has no effect because 'availableOniOSAfterBackDeploymentOniOS()' is not available before visionOS 1.1}}
0 commit comments