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