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