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 324ba59 commit f32ea31Copy full SHA for f32ea31
Sources/JExtractSwift/NominalTypeResolution.swift
@@ -205,7 +205,7 @@ extension NominalTypeResolution {
205
}
206
207
extension ExtensionDeclSyntax {
208
- /// Produce the nested type name for the given
+ /// Produce the nested type name for the given decl
209
fileprivate var nestedTypeName: [String] {
210
var nameComponents: [String] = []
211
var extendedType = extendedType
0 commit comments