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.
2 parents 8f95ffc + aab7af4 commit 888d1f1Copy full SHA for 888d1f1
PlaygroundSupport/PlaygroundSupport/PlaygroundPage.swift
@@ -182,3 +182,8 @@ extension NSViewController: PlaygroundLiveViewable {
182
}
183
184
#endif
185
+
186
+// FIXME(ABI) the actual declarations and all the conformances should
187
+// be moved here before ABI stability.
188
+typealias CustomPlaygroundQuickLookable = Swift._CustomPlaygroundQuickLookable
189
+typealias PlaygroundQuickLook = Swift._PlaygroundQuickLook
0 commit comments