mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge commit '0ff3239b962218267d37307e53906b31315a1cfc' into swift-3-indexing-model
This commit is the parent of the commit that implemented SE-0046 Establish consistent label behavior across all parameters including first labels
This commit is contained in:
@@ -64,7 +64,7 @@ CopyToNativeArrayBufferTests.test("Collection._copyToNativeArrayBuffer()") {
|
||||
}
|
||||
|
||||
%{
|
||||
all_array_types = [ 'ContiguousArray', 'ArraySlice', 'Array' ]
|
||||
all_array_types = ['ContiguousArray', 'ArraySlice', 'Array']
|
||||
}%
|
||||
|
||||
extension Array {
|
||||
|
||||
Reference in New Issue
Block a user