Swift: Fix following merge with main.

This commit is contained in:
Geoffrey White
2023-05-26 14:36:06 +01:00
parent 68354c09bf
commit 32c113bc38

View File

@@ -43,8 +43,8 @@ class NSString {
var utf8String: UnsafePointer<CChar>? { get { return nil } }
}
class Data {
protocol DataProtocol { }
class Data : DataProtocol {
struct ReadingOptions : OptionSet { let rawValue: Int }
struct WritingOptions : OptionSet { let rawValue: Int }