8e0bbe7d4a
#KT-32010 Fixed
6 lines
130 B
Kotlin
Vendored
6 lines
130 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// PROBLEM: none
|
|
|
|
fun foo(list: List<Int>) {
|
|
list.filter { it.let<caret> { value -> value in value..3000 } }
|
|
} |