// WITH_RUNTIME val x = listOf("123", "4567").map { it.toInt() }