OperatorToFunctionIntention and SwapBinaryExpressionIntention: more narrow availability range + no i18n
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
fun main() {
|
||||
val rabbit = 1 == 2<caret> || 3 == 5
|
||||
val rabbit = 1 == 2 <caret>|| 3 == 5
|
||||
}
|
||||
Reference in New Issue
Block a user