Renamed intention
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
fun foo(x: Int) {
|
||||
var y = 1
|
||||
y += x
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
fun foo(x: Int) {
|
||||
var y = 1
|
||||
<spot>y = y + x</spot>
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention transforms a modification of a variable with a simple assignment into an operation-assignment.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user