in intellij/src/main/kotlin/motif/intellij/hierarchy/descriptor/ScopeHierarchyRootErrorDescriptor.kt [41:43]
override fun getIcon(element: PsiElement): Icon? {
return if (graph.errors.isNotEmpty()) null else AllIcons.RunConfigurations.TestPassed
}