Files
kotlin-fork/idea/testData/intentions/replaceWithOperatorAssignment/nonCommutativeRepeat.kt
T
2015-06-01 15:52:52 +03:00

5 lines
76 B
Kotlin
Vendored

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