// PROBLEM: none // WITH_RUNTIME fun foo(list: List) { list.filter { it.let { it in 1000..3000 } } }