Skip to content

Commit c14ab25

Browse files
committed
using _storage
1 parent 6bcde82 commit c14ab25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSArray.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ extension NSArray : ExpressibleByArrayLiteral {
953953

954954
extension NSArray : CustomReflectable {
955955
public var customMirror: Mirror {
956-
return Mirror(reflecting: Array(self))
956+
return Mirror(reflecting: _storage)
957957
}
958958
}
959959

0 commit comments

Comments
 (0)