Fix hint text for replace with operator assignment #KT-23559 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
8c3e787584
commit
c49eaf2604
@@ -0,0 +1,5 @@
|
||||
// FIX: Replace with '+='
|
||||
fun foo() {
|
||||
var x = 0
|
||||
<caret>x = x + 1
|
||||
}
|
||||
Reference in New Issue
Block a user