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