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