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 4461030 commit d79f2c4Copy full SHA for d79f2c4
test/Concurrency/async_overload_filtering.swift
@@ -18,11 +18,12 @@ func filter_async(_: String) -> Void {}
18
var a: String? = nil
19
20
// CHECK: attempting disjunction choice $T0 bound to decl async_overload_filtering.(file).filter_async(fn2:)
21
-// CHECK-NEXT: added constraint: {{.*}} conforms to Copyable
22
-// CHECK-NEXT: overload set choice binding $T0 := {{.*}}
+// CHECK-NOT: simplification result
+// CHECK: overload set choice binding $T0 := {{.*}}
23
// CHECK-NEXT: (considering: ({{.*}}) -> {{.*}} applicable fn {{.*}}
24
// CHECK: increasing 'sync-in-asynchronous' score by 1
25
// CHECK: solution is worse than the best solution
26
+
27
filter_async {
28
Obj()
29
}.op("" + (a ?? "a"))
0 commit comments