Skip to content

Commit 3a792f7

Browse files
committed
One more 'fileprivate' in newly-added Foundation code.
1 parent ea5138c commit 3a792f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SDK/Foundation/IndexPath.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public struct IndexPath : ReferenceConvertible, Equatable, Hashable, MutableColl
2626
public typealias Index = Array<Int>.Index
2727
public typealias Indices = DefaultRandomAccessIndices<IndexPath>
2828

29-
private var _indexes : Array<Int>
29+
fileprivate var _indexes : Array<Int>
3030

3131
/// Initialize an empty index path.
3232
public init() {

0 commit comments

Comments
 (0)