Improve wording in some inspections
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// FIX: Simplify negated '!in' expression to 'in'
|
||||
// FIX: Replace negated '!in' operation with 'in'
|
||||
class A(val e: Int) {
|
||||
operator fun contains(i: Int): Boolean = e == i
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user