We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actor isolated
actor-isolated
1 parent 301a752 commit b0792d4Copy full SHA for b0792d4
test/ClangImporter/regionbasedisolation.swift
@@ -61,7 +61,7 @@ extension ObjCObject {
61
// We emit an error since loadObjects just returns an [NSObject], not a
62
// sending [NSObject].
63
try await loadObjects()
64
- } // expected-error {{task or actor isolated value cannot be sent}}
+ } // expected-error {{task or actor-isolated value cannot be sent}}
65
66
// Check if we do not mark the block as NS_SWIFT_SENDABLE
67
//
@@ -121,5 +121,5 @@ extension ObjCObject {
121
122
123
try await loadObjects2()
124
125
}
0 commit comments