New Intention Action: Replace with traditional assign.
This takes an expression of the form a += b and converts it to an expression form a = a + b.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo() {
|
||||
var x = 0
|
||||
<caret>x + 1
|
||||
}
|
||||
Reference in New Issue
Block a user