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.
REQUIRES: concurrency
1 parent 2e32a7c commit 47ee771Copy full SHA for 47ee771
test/SILOptimizer/mandatory_inlining_reasync.swift
@@ -1,4 +1,5 @@
1
// RUN: %target-swift-frontend -emit-sil -enable-experimental-concurrency %s | %FileCheck %s
2
+// REQUIRES: concurrency
3
4
@_transparent
5
func reasyncFunction(_ value: Optional<Int>, _ fn: () async throws -> Int) reasync rethrows -> Int {
0 commit comments