We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 301a752 + b0792d4 commit ee6deccCopy full SHA for ee6decc
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