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 00eb790 commit 0f1cd55Copy full SHA for 0f1cd55
Sources/Testing/Parameterization/TypeInfo.swift
@@ -56,7 +56,7 @@ public struct TypeInfo: Sendable {
56
_kind = .nameOnly(
57
fullyQualifiedComponents: fullyQualifiedNameComponents,
58
unqualified: unqualifiedName,
59
- mangled: mangledName,
+ mangled: mangledName
60
)
61
}
62
0 commit comments