mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] strip final from protocol extensions
Now that we've lifted the requirement Swift SVN r29043
This commit is contained in:
@@ -55,7 +55,7 @@ extension _SwiftNativeNSArrayWithContiguousStorage: _NSArrayCoreType {
|
||||
return withUnsafeBufferOfObjects { $0.count }
|
||||
}
|
||||
|
||||
@objc internal final func objectAtIndex(index: Int) -> AnyObject {
|
||||
@objc internal func objectAtIndex(index: Int) -> AnyObject {
|
||||
return withUnsafeBufferOfObjects {
|
||||
objects in
|
||||
_precondition(
|
||||
|
||||
Reference in New Issue
Block a user