[Diagnostics] Clarify the wording of error_in_future_swift_version.

This commit is contained in:
Holly Borla
2024-02-29 19:51:02 -08:00
parent f1adf99349
commit 9ba481ad53
74 changed files with 346 additions and 346 deletions

View File

@@ -12,7 +12,7 @@ import AppKit
// present in the TBD.
let globalConstantWithLazyInitializer: String = "hello, world"
@NSApplicationMain // expected-deprecated-warning {{'NSApplicationMain' is deprecated; this is an error in Swift 6}}
@NSApplicationMain // expected-deprecated-warning {{'NSApplicationMain' is deprecated; this is an error in the Swift 6 language mode}}
// expected-deprecated-note@-1 {{use @main instead}} {{1-19=@main}}
class MyDelegate: NSObject, NSApplicationDelegate {
}