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 573f446 commit 8f3fc15Copy full SHA for 8f3fc15
PlaygroundLogger/PlaygroundLogger/LoggerMirror.swift
@@ -136,7 +136,7 @@ final class LoggerMirror {
136
let cpql = _PlaygroundQuickLook(reflecting: obj)
137
switch cpql {
138
case .text( _):
139
- if (obj as? CustomPlaygroundQuickLookable_) != nil {
+ if (obj as? _CustomPlaygroundQuickLookable) != nil {
140
quickLookData = cpql
141
} else {
142
// ignore .Text quicklook data that doesn't come from a CustomPlaygroundQuickLookable as that is a synthetized conformance
0 commit comments