FIR IDE: fix icon for enum entry
This commit is contained in:
committed by
TeamCityServer
parent
1e1ce3067f
commit
4bdf46e0a4
@@ -51,6 +51,8 @@ internal object KotlinFirIconProvider {
|
||||
|
||||
if (symbol is KtTypeAliasSymbol) return KotlinIcons.TYPE_ALIAS
|
||||
|
||||
if (symbol is KtEnumEntrySymbol) return KotlinIcons.ENUM
|
||||
|
||||
return null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user