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