// WITH_RUNTIME fun test(list: List) { val joinToString: String = list.filter { it > 1 }.joinToString() }