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 4708c9f commit fc32317Copy full SHA for fc32317
Tests/ConcurrencyExtrasTests/ResultTests.swift
@@ -36,6 +36,7 @@ final class ResultTests: XCTestCase {
36
}
37
38
39
+#if compiler(>=6)
40
func testTypedThrows() async throws {
41
do {
42
let res = await Result { () async throws(SomeError) -> Int in try await g(0) }
@@ -46,4 +47,5 @@ final class ResultTests: XCTestCase {
46
47
48
49
50
+#endif
51
0 commit comments