007c7c17f0
#KT-9307 Fixed
2 lines
100 B
Kotlin
Vendored
2 lines
100 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo(list: List<String>) = list.filter <selection>{ it.length() > 6 }</selection> |