eca2c7beea
for annotation entry, delegator to super call, array access
3 lines
50 B
Kotlin
Vendored
3 lines
50 B
Kotlin
Vendored
fun foo(array: Array<Int>) {
|
|
array<caret>[1]
|
|
} |