Files
kotlin-fork/idea/testData/intentions/replaceWithOperatorAssignment/rightSideRepeat.kt
T
Valentin Kipyatkov 475a361b32 Renamed intention
2015-05-14 01:00:24 +03:00

4 lines
48 B
Kotlin
Vendored

fun foo() {
var x = 0
<caret>x = 1 + x
}