mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: rename Reflectable.{getMirror() -> _getMirror()}
Start removing the old mirrors. rdar://21428474 Swift SVN r29823
This commit is contained in:
@@ -206,7 +206,7 @@ extension String {
|
||||
}
|
||||
|
||||
/// Returns a mirror that reflects `self`.
|
||||
public func getMirror() -> MirrorType {
|
||||
public func _getMirror() -> MirrorType {
|
||||
return _UnicodeScalarViewMirror(self)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user