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

5 lines
52 B
Plaintext
Vendored

fun foo() {
var y = 0
val x = 0
y += x
}