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