Skip to content

Commit 3d33205

Browse files
committed
stdlib: mark _reflect() internal
1 parent 729428b commit 3d33205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Reflection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func _getSummary<T>(_ out: UnsafeMutablePointer<String>, x: T) {
147147
/// of any type.
148148
@warn_unused_result
149149
@_silgen_name("swift_reflectAny")
150-
public func _reflect<T>(_ x: T) -> _Mirror
150+
internal func _reflect<T>(_ x: T) -> _Mirror
151151

152152
/// Dump an object's contents using its mirror to the specified output stream.
153153
public func dump<T, TargetStream : OutputStream>(

0 commit comments

Comments
 (0)