mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Final bulk removal of Type suffix
This commit is contained in:
committed by
Max Moiseev
parent
2a161bdd62
commit
0e54467bfa
@@ -211,7 +211,7 @@ extension String {
|
||||
|
||||
/// Returns a mirror that reflects `self`.
|
||||
@warn_unused_result
|
||||
public func _getMirror() -> _MirrorType {
|
||||
public func _getMirror() -> _Mirror {
|
||||
return _UnicodeScalarViewMirror(self)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user