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 785759a + fe54960 commit f4ca0abCopy full SHA for f4ca0ab
test/Concurrency/async_sequence_existential.swift
@@ -9,7 +9,8 @@ extension Error {
9
}
10
11
func test(seq: any AsyncSequence) async {
12
- // CHECK: "error" interface_type="any Error"
+ // CHECK-LABEL: (catch_stmts
13
+ // CHECK: (var_decl {{.*}} "error" interface_type="any Error"
14
do {
15
for try await _ in seq { }
16
} catch {
0 commit comments