File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3723,7 +3723,7 @@ internal func demangle(
3723
3723
fileprivate func dynamicLibraryAddress< Base, Leaf> (
3724
3724
of pointer: ComputedAccessorsPtr ,
3725
3725
_: Base . Type ,
3726
- _: Leaf . Type
3726
+ _ leaf : Leaf . Type
3727
3727
) -> String {
3728
3728
let getter : ComputedAccessorsPtr . Getter < Base , Leaf > = pointer. getter ( )
3729
3729
let pointer = unsafeBitCast ( getter, to: UnsafeRawPointer . self)
@@ -3734,7 +3734,7 @@ fileprivate func dynamicLibraryAddress<Base, Leaf>(
3734
3734
}
3735
3735
return String ( cString: demangled)
3736
3736
} else {
3737
- return " <computed \( pointer) > "
3737
+ return " <computed \( pointer) ( \( leaf ) ) >"
3738
3738
}
3739
3739
}
3740
3740
@@ -3775,7 +3775,7 @@ extension AnyKeyPath: CustomDebugStringConvertible {
3775
3775
}
3776
3776
}
3777
3777
#endif
3778
- return " <offset \( offset) > "
3778
+ return " <offset \( offset) ( \( nextType ) ) >"
3779
3779
}
3780
3780
func name(
3781
3781
for pointer: ComputedAccessorsPtr ,
You can’t perform that action at this time.
0 commit comments