// PROBLEM: none // WITH_RUNTIME fun test(list: List): List { return list.filter { it > 1 } }