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