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 bab9189 commit 66299f0Copy full SHA for 66299f0
test/Concurrency/unsafe_param_annotations.swift
@@ -1,4 +1,5 @@
1
// RUN: %target-typecheck-verify-swift -disable-availability-checking
2
+// REQUIRES: concurrency
3
4
func unsafelySendableClosure(@_unsafeSendable _ closure: () -> Void) { }
5
0 commit comments