ensure that the short name of the Kotlin unused import inspection does not clash with Java (KT-10046)

This commit is contained in:
Dmitry Jemerov
2015-11-17 15:12:51 +01:00
parent c84b22396b
commit 30084dff9d
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -1226,7 +1226,7 @@
level="WARNING"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.UnusedImportInspection"
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.KotlinUnusedImportInspection"
displayName="Unused import directive"
groupName="Kotlin"
enabledByDefault="true"