3 lines
57 B
Kotlin
Vendored
3 lines
57 B
Kotlin
Vendored
fun test(a: Array<Int>) {
|
|
(<expr>a + a</expr>)[0]++
|
|
} |