Files
kotlin-fork/compiler/fir/analysis-tests/testData/extendedCheckers/canBeReplacedWithOperatorAssignment/nonRepeatingAssignment.kt
T

7 lines
70 B
Kotlin
Vendored

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