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 57f9714 commit 8c71843Copy full SHA for 8c71843
test/ClangImporter/objc_async.swift
@@ -354,7 +354,7 @@ func testSender(
354
355
sender.sendAnyArray([sendableObject])
356
sender.sendAnyArray([nonSendableObject])
357
- // expected-warning@-1 {{conformance of 'NonSendableClass' to 'Sendable' is unavailable; this is an error in Swift 6}}
+ // expected-warning@-1 {{conformance of 'NonSendableClass' to 'Sendable' is unavailable}}
358
359
sender.sendGeneric(sendableGeneric)
360
// expected-warning@-1{{type 'GenericObject<SendableClass>' does not conform to the 'Sendable' protocol}}
0 commit comments