[FIR] Move duplicating names and classIds to StandardClassIds
This commit is contained in:
committed by
teamcityserver
parent
4793674eae
commit
5c2a3bb78e
+1
-1
@@ -45,7 +45,7 @@ internal class ConeTypeIdeRenderer(
|
||||
private fun StringBuilder.renderAnnotationList(annotations: List<FirAnnotation>?) {
|
||||
if (annotations != null) {
|
||||
val filteredExtensionIfNeeded = annotations.applyIf(filterExtensionFunctionType) {
|
||||
annotations.filterNot { it.toAnnotationClassId() == StandardClassIds.extensionFunctionType }
|
||||
annotations.filterNot { it.toAnnotationClassId() == StandardClassIds.Annotations.ExtensionFunctionType }
|
||||
}
|
||||
renderAnnotations(this@ConeTypeIdeRenderer, filteredExtensionIfNeeded, session)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user