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 c1f16bc commit 21f1c79Copy full SHA for 21f1c79
test/Concurrency/async_sequence_existential.swift
@@ -18,7 +18,8 @@ extension Error {
18
19
// CHECK: "test(seq:)"
20
func test(seq: any AsyncSequence) async {
21
- // CHECK: "error" interface type="any Error"
+ // CHECK: case_body_variables=array
22
+ // CHECK: "any Error"
23
do {
24
for try await _ in seq { }
25
} catch {
0 commit comments