mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Swift: Fix following merge with main.
This commit is contained in:
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user