mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
3 lines
80 B
Kotlin
Vendored
3 lines
80 B
Kotlin
Vendored
fun f(list: List<String>) {
|
|
val value = list[<selection>1 + 2</selection>]
|
|
} |