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