// WITH_RUNTIME // IS_APPLICABLE: false fun foo(list: List) { list.filter { it.let { it in IntRange(it - 1, 10) } } }