Files
kotlin-fork/compiler/testData/cfg/arrays/arrayInc.kt
T
2014-06-03 18:17:05 +04:00

3 lines
37 B
Kotlin
Vendored

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