Files
kotlin-fork/idea/testData/inspectionsLocal/replaceWithOperatorAssignment/nonCommutativeRepeat.kt
T

5 lines
69 B
Kotlin
Vendored

// PROBLEM: none
fun foo() {
var x = 0
x =<caret> x - 1 - 1
}