Refactoring: "simplify negated binary expression" is now an inspection
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// FIX: Simplify negated '<' expression to '>='
|
||||
fun test(n: Int) {
|
||||
<caret>!(0 < 1)
|
||||
}
|
||||
Reference in New Issue
Block a user