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