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.
2 parents 3de7f6f + 47ee771 commit 5319a1aCopy full SHA for 5319a1a
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