"Unused equals expression" inspection: highlight whole expression with yellow background

^KT-41615 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-09-04 09:45:15 +02:00
committed by Vladimir Dolzhenko
parent b81ec2c8f0
commit 343010a833
9 changed files with 103 additions and 23 deletions
+1 -1
View File
@@ -1454,7 +1454,7 @@
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.UnusedEqualsInspection"
groupPath="Kotlin"
groupName="Redundant constructs"
groupName="Probable bugs"
enabledByDefault="true"
level="WARNING"
language="kotlin"