2 lines
98 B
Kotlin
Vendored
2 lines
98 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo(list: List<String>) = list.filter <selection>{ it.length > 6 }</selection> |