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.
1 parent cc7a398 commit 0bb3130Copy full SHA for 0bb3130
test/attr/typed_throws_availability_osx.swift
@@ -10,6 +10,3 @@ enum MyError: Error {
10
@available(macOS 12, *)
11
func throwMyErrorBadly() throws(MyError) { }
12
// expected-error@-1{{'MyError' is only available in macOS 13 or newer}}
13
-
14
15
0 commit comments