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

5 lines
42 B
Kotlin
Vendored

fun foo() {
var x = 0
x = 1 - x
}