Refactoring: "replace with operator assignment" is now an inspection
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
var x = 0
|
||||
<caret>x = 1 + x
|
||||
}
|
||||
Reference in New Issue
Block a user