Files
2014-06-03 18:17:05 +04:00

3 lines
37 B
Kotlin
Vendored

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