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 162648d commit b34c18cCopy full SHA for b34c18c
test/1_stdlib/Reflection_objc.swift
@@ -95,7 +95,7 @@ switch PlaygroundQuickLook(reflecting: somesubclassofnsstring) {
95
// CHECK-NEXT: got the expected quick look attributed string
96
let astr = NSAttributedString(string: "yizzle pizzle")
97
switch PlaygroundQuickLook(reflecting: astr) {
98
-case .attributedString(let astr2)
+case .attributedString(let astr2 as NSAttributedString)
99
where astr == astr2:
100
print("got the expected quick look attributed string")
101
case _:
0 commit comments