mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: underscore reflect() and unsafeReflect()
Part of removing the old mirrors. rdar://21428474 Swift SVN r29826
This commit is contained in:
@@ -3747,9 +3747,9 @@ internal class ${Self}Mirror<${TypeParametersDecl}> : MirrorType {
|
||||
_pos.successor()
|
||||
}
|
||||
%if Self == 'Set':
|
||||
return ("[\(_pos._intPos)]", reflect(_mirror[_pos.${Self}Pos]))
|
||||
return ("[\(_pos._intPos)]", _reflect(_mirror[_pos.${Self}Pos]))
|
||||
%elif Self == 'Dictionary':
|
||||
return ("[\(_pos._intPos)]", reflect(_mirror[_pos.${Self}Pos]))
|
||||
return ("[\(_pos._intPos)]", _reflect(_mirror[_pos.${Self}Pos]))
|
||||
%end
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user