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

4 lines
48 B
Kotlin
Vendored

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