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
_ = o99_51.returns99_52Introduced99_52() // expected-error {{'returns99_52Introduced99_52()' is only available in macOS 99.52 or newer}}
36
-
// expected-note@-1 {{add 'if #available' version check}}
35
+
_ = o99_51.returns99_52Introduced99_52() // expected-error {{'returns99_52Introduced99_52()' is only available in macOS 99.52 or newer}} {{26:29-34=99.52}}
37
36
38
37
_ =OtherIntroduced99_52()
39
-
// expected-error@-1 {{'OtherIntroduced99_52' is only available in macOS 99.52 or newer}}
40
-
// expected-note@-2 {{add 'if #available' version check}}
38
+
// expected-error@-1 {{'OtherIntroduced99_52' is only available in macOS 99.52 or newer}} {{26:29-34=99.52}}
41
39
42
-
o99_51.extensionMethodOnOtherIntroduced99_51AvailableOn99_52()// expected-error {{'extensionMethodOnOtherIntroduced99_51AvailableOn99_52()' is only available in macOS 99.52 or newer}}
43
-
// expected-note@-1 {{add 'if #available' version check}}
0 commit comments