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