6 lines
123 B
Kotlin
Vendored
6 lines
123 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: true
|
|
|
|
fun foo(list: List<Int>) {
|
|
list.filter { it.let<caret> { it in 1000..3000 } }
|
|
} |