5 lines
90 B
Kotlin
Vendored
5 lines
90 B
Kotlin
Vendored
fun foo(a: Array<Int>) {
|
|
<selection>a[0]</selection>
|
|
a[1]
|
|
a[0] = a[0] + a[1]
|
|
} |