in intellij/src/main/kotlin/motif/intellij/hierarchy/descriptor/ScopeHierarchySourceDetailsDescriptor.kt [34:43]
override fun updateText(text: CompositeAppearance) {
text.ending.addText(
"Provided by: " +
source.scope.simpleName +
" (" +
formatQualifiedName(source.scope.qualifiedName) +
")",
getPackageNameAttributes(),
)
}