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 f55f290 commit 05a8cbeCopy full SHA for 05a8cbe
test/Parse/foreach_async.swift
@@ -1,4 +1,5 @@
1
// RUN: %target-typecheck-verify-swift -enable-experimental-concurrency
2
+// REQUIRES: concurrency
3
4
struct AsyncRange<Bound: Comparable & Strideable>: AsyncSequence, AsyncIteratorProtocol where Bound.Stride : SignedInteger {
5
var range: Range<Bound>.Iterator
0 commit comments