Add "'equals()' between objects of inconvertible types" inspection

#KT-25006 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-04-04 11:55:39 +03:00
committed by Mikhail Glukhikh
parent a1979677d0
commit a2205cfc98
29 changed files with 331 additions and 0 deletions
@@ -3389,6 +3389,15 @@
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.KotlinEqualsBetweenInconvertibleTypesInspection"
displayName="'equals()' between objects of inconvertible types"
groupPath="Kotlin"
groupName="Probable bugs"
enabledByDefault="true"
level="WARNING"
language="kotlin"
/>
<referenceImporter implementation="org.jetbrains.kotlin.idea.quickfix.KotlinReferenceImporter"/>
<fileType.fileViewProviderFactory filetype="KJSM" implementationClass="com.intellij.psi.ClassFileViewProviderFactory"/>