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 e26305b + 73780bf commit 7abaf9eCopy full SHA for 7abaf9e
test/Concurrency/async_sequence_existential.swift
@@ -1,4 +1,7 @@
1
+// RUN: mkdir -p %t
2
// RUN: %target-swift-frontend -disable-availability-checking %s -emit-sil -o /dev/null -verify
3
+// RUN: %target-swift-frontend -disable-availability-checking %s -dump-ast > %t/ast.log 2>&1
4
+// RUN: cat %t/ast.log
5
6
// RUN: %target-swift-frontend -disable-availability-checking %s -dump-ast 2>&1 | %FileCheck %s
7
@@ -13,6 +16,7 @@ extension Error {
13
16
func printMe() { }
14
17
}
15
18
19
+// CHECK: "test(seq:)"
20
func test(seq: any AsyncSequence) async {
21
// CHECK: "error" interface type="any Error"
22
do {
0 commit comments