Added KT-4549 SwapBinaryExpression Intention
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun new(x: Int, y: Int): Int {
|
||||
var c = 5
|
||||
c *= <caret>10
|
||||
return 1
|
||||
}
|
||||
Reference in New Issue
Block a user