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
@@ -669,7 +676,7 @@ public protocol PublicProto {}
669
676
extensionNoAvailable:PublicProto{}
670
677
extensionBeforeInliningTarget:PublicProto{}
671
678
extensionAtInliningTarget:PublicProto{}
672
-
extensionBetweenTargets:PublicProto{} // expected-error {{'BetweenTargets' is only available in}} expected-note {{add @available attribute to enclosing extension}}
679
+
extensionBetweenTargets:PublicProto{} // expected-warning {{'BetweenTargets' is only available in}} expected-note {{add @available attribute to enclosing extension}}
673
680
extensionAtDeploymentTarget:PublicProto{} // expected-error {{'AtDeploymentTarget' is only available in}} expected-note {{add @available attribute to enclosing extension}}
674
681
extensionAfterDeploymentTarget:PublicProto{} // expected-error {{'AfterDeploymentTarget' is only available in}} expected-note {{add @available attribute to enclosing extension}}
0 commit comments