// WITH_RUNTIME fun List.test(): List { return asSequence().filter { it > 1 }.map { it * 2 }.toList() }