IDEA-368150 Kotlin Spring Beans are not displayed properly in Structure Toolwindow

GitOrigin-RevId: c2b0e0e0967a8ef1b7b23b34d2450222e4170706
This commit is contained in:
Anton Kozub
2025-02-25 20:56:56 +00:00
committed by intellij-monorepo-bot
parent 639678da0f
commit 8d80be40a3
@@ -20,7 +20,7 @@ class ClassOwnerLogicalStructureElementsProvider: LogicalStructureElementsProvid
convertedModels.forEach { result.add(it) }
convertedAtLeastOne = true
}
else {
else if (psiClass.identifyingElement != null) {
result.add(psiClass)
}
}