OperatorToFunctionIntention and SwapBinaryExpressionIntention: more narrow availability range + no i18n
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fun neq(a: Int, b: Int) {
|
||||
if (<caret>a !== b) {}
|
||||
if (a <caret>!== b) {}
|
||||
}
|
||||
Reference in New Issue
Block a user