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