Files
kotlin-fork/compiler/testData/cfg/arraySetPlusAssign.kt
T

3 lines
40 B
Kotlin

fun foo(a: Array<Int>) {
a[0] += 1
}