mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update the Swift version to 6.0 from 5.11
This commit is contained in:
@@ -30,7 +30,7 @@ protocol Greeter: DistributedActor where ActorSystem: DistributedActorSystem<any
|
||||
|
||||
// CHECK: extension Greeter {
|
||||
// CHECK: distributed func greet(name: String) -> String {
|
||||
// CHECK: if #available (SwiftStdlib 5.11, *) {
|
||||
// CHECK: if #available (SwiftStdlib 6.0, *) {
|
||||
// CHECK: Distributed._distributedStubFatalError()
|
||||
// CHECK: } else {
|
||||
// CHECK: fatalError()
|
||||
|
||||
Reference in New Issue
Block a user