We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848f0a6 commit 43ebd51Copy full SHA for 43ebd51
stdlib/public/core/Mirror.swift
@@ -944,3 +944,7 @@ extension Mirror : CustomReflectable {
944
945
@available(*, unavailable, renamed: "MirrorPath")
946
public typealias MirrorPathType = MirrorPath
947
+
948
+// Staging so we can move the official declarations into PlaygroundSupport
949
+public typealias _CustomPlaygroundQuickLookable = CustomPlaygroundQuickLookable
950
+public typealias _PlaygroundQuickLook = PlaygroundQuickLook
0 commit comments