5 lines
67 B
Kotlin
Vendored
5 lines
67 B
Kotlin
Vendored
fun foo(arr: Array<String>) {
|
|
a<caret>rr[0]
|
|
}
|
|
|
|
// EXPECTED: arr |