3 lines
80 B
Kotlin
Vendored
3 lines
80 B
Kotlin
Vendored
fun f(list: List<String>) {
|
|
val value = list[<selection>1 + 2</selection>]
|
|
} |