// WITH_RUNTIME fun test() { val x: List = listOf(1, 2, 3).map { return@map } }