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