mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[test] Adjusting test files where class syntax is used for protocol inheritance
This commit is contained in:
@@ -15,7 +15,7 @@ protocol OtherProtocol {
|
||||
var otherProperty: String { get }
|
||||
}
|
||||
|
||||
protocol OtherClassProtocol : class {
|
||||
protocol OtherClassProtocol : AnyObject {
|
||||
var otherClassProperty: String { get }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user