show new icon for Kotlin annotations in structure view (KT-12516)
This commit is contained in:
@@ -108,7 +108,7 @@ public final class KotlinDescriptorIconProvider {
|
|||||||
case ENUM_ENTRY:
|
case ENUM_ENTRY:
|
||||||
return KotlinIcons.ENUM;
|
return KotlinIcons.ENUM;
|
||||||
case ANNOTATION_CLASS:
|
case ANNOTATION_CLASS:
|
||||||
return PlatformIcons.ANNOTATION_TYPE_ICON;
|
return KotlinIcons.ANNOTATION;
|
||||||
case OBJECT:
|
case OBJECT:
|
||||||
return KotlinIcons.OBJECT;
|
return KotlinIcons.OBJECT;
|
||||||
case CLASS:
|
case CLASS:
|
||||||
|
|||||||
Reference in New Issue
Block a user