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:
|
||||
return KotlinIcons.ENUM;
|
||||
case ANNOTATION_CLASS:
|
||||
return PlatformIcons.ANNOTATION_TYPE_ICON;
|
||||
return KotlinIcons.ANNOTATION;
|
||||
case OBJECT:
|
||||
return KotlinIcons.OBJECT;
|
||||
case CLASS:
|
||||
|
||||
Reference in New Issue
Block a user