mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
IDEA-368150 Kotlin Spring Beans are not displayed properly in Structure Toolwindow
(cherry picked from commit c2b0e0e0967a8ef1b7b23b34d2450222e4170706) IJ-CR-159986 GitOrigin-RevId: c3077c4cfac086fe2b07bb870b9d722e444530c1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
505489c58a
commit
231ccfd4b4
@@ -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