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 35fe8e7 commit 65bdb80Copy full SHA for 65bdb80
test/Concurrency/predates_concurrency_swift6.swift
@@ -1,5 +1,6 @@
1
// RUN: %target-typecheck-verify-swift -disable-availability-checking -swift-version 6
2
// REQUIRES: concurrency
3
+// REQUIRES: asserts
4
5
@_predatesConcurrency func unsafelySendableClosure(_ closure: @Sendable () -> Void) { }
6
0 commit comments