Files
kotlin-fork/compiler/testData/cfg/arraySet.kt
T
2013-12-05 13:02:15 +04:00

3 lines
39 B
Kotlin

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