Improve wording in some inspections
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// FIX: Simplify negated '!is' expression to 'is'
|
||||
// FIX: Replace negated '!is' operation with 'is'
|
||||
fun test(n: Int) {
|
||||
<caret>!(0 !is Int)
|
||||
}
|
||||
Reference in New Issue
Block a user