Fixups from #4384
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// file for supporting swift 5.2 changes : https://github.com/apple/swift/blob/master/CHANGELOG.md#swift-53
|
||||
// file for supporting swift 5.3 changes : https://github.com/apple/swift/blob/master/CHANGELOG.md#swift-53
|
||||
|
||||
// https://github.com/apple/swift/issues/54108
|
||||
struct Container {
|
||||
@ -10,4 +10,4 @@ struct Container {
|
||||
let defaultValue = dictionary[Container.defaultKey]!
|
||||
dictionary[key, default: defaultValue] += 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
// file for supporting swift 5.2 changes : https://github.com/apple/swift/blob/master/CHANGELOG.md#swift-55
|
||||
// file for supporting swift 5.5 changes : https://github.com/apple/swift/blob/master/CHANGELOG.md#swift-55
|
||||
|
||||
// https://github.com/apple/swift-evolution/blob/main/proposals/0313-actor-isolation-control.md
|
||||
actor MyActor {
|
||||
|
Reference in New Issue
Block a user