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