Renamed in test data
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// INTENTION_TEXT: Simplify negated '==' expression to '!='
|
||||
fun test(n: Int) {
|
||||
!(0<caret> == 1)
|
||||
}
|
||||
Reference in New Issue
Block a user