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 b0d3173 + 05a8cbe commit fb70ab4Copy full SHA for fb70ab4
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