in intellij/src/main/kotlin/motif/intellij/hierarchy/descriptor/ScopeHierarchySourceDescriptor.kt [79:82]
override fun getIcon(element: PsiElement): Icon? {
return if (element is PsiClass && element.isInterface) AllIcons.Nodes.Interface
else AllIcons.Nodes.Class
}