mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-368150 Kotlin Spring Beans are not displayed properly in Structure Toolwindow
GitOrigin-RevId: c2b0e0e0967a8ef1b7b23b34d2450222e4170706
This commit is contained in:
committed by
intellij-monorepo-bot
parent
639678da0f
commit
8d80be40a3
+1
-1
@@ -20,7 +20,7 @@ class ClassOwnerLogicalStructureElementsProvider: LogicalStructureElementsProvid
|
||||
convertedModels.forEach { result.add(it) }
|
||||
convertedAtLeastOne = true
|
||||
}
|
||||
else {
|
||||
else if (psiClass.identifyingElement != null) {
|
||||
result.add(psiClass)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user