mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Fix "#" parameter warnings due to new rules
Swift SVN r27807
This commit is contained in:
@@ -302,7 +302,7 @@ public struct _ContiguousArrayBuffer<T> : _ArrayBufferType {
|
||||
public mutating func replace<
|
||||
C: CollectionType where C.Generator.Element == Element
|
||||
>(
|
||||
#subRange: Range<Int>, with newCount: Int, elementsOf newValues: C
|
||||
subRange subRange: Range<Int>, with newCount: Int, elementsOf newValues: C
|
||||
) {
|
||||
_arrayNonSliceInPlaceReplace(&self, subRange, newCount, newValues)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user