show new icon for Kotlin annotations in structure view (KT-12516)

This commit is contained in:
Dmitry Jemerov
2016-06-02 16:43:28 +02:00
parent 987b48dcfd
commit 349376c4ec
@@ -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: