3 lines
39 B
Kotlin
Vendored
3 lines
39 B
Kotlin
Vendored
fun foo(a: Array<Int>) {
|
|
a[1] = 2
|
|
} |