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 79cb03e commit 2bb5551Copy full SHA for 2bb5551
Sources/CustomDump/Internal/AnyType.swift
@@ -10,7 +10,8 @@ func typeName(
10
options: .regularExpression
11
)
12
for _ in 1...10 { // NB: Only handle so much nesting
13
- let abbreviated = name
+ let abbreviated =
14
+ name
15
.replacingOccurrences(
16
of: #"\bSwift.Optional<([^><]+)>"#,
17
with: "$1?",
0 commit comments