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 7e601ad commit 54d0305Copy full SHA for 54d0305
test/Concurrency/isolation_macro_sil.swift
@@ -27,6 +27,7 @@ func takeDefaulted(iso: isolated (any Actor)? = #isolation) {}
27
// CHECK-LABEL: // closure #1 in containsClosure()
28
// CHECK-NEXT: // Isolation: caller_isolation_inheriting
29
// CHECK: bb0(%0 : $Optional<any Actor>):
30
+// CHECK-NEXT: hop_to_executor %0
31
// CHECK-NEXT: // function_ref take(iso:)
32
// CHECK-NEXT: [[FN:%.*]] = function_ref @
33
// CHECK-NEXT: apply [[FN]](%0)
0 commit comments