// PROBLEM: none // WITH_RUNTIME val x = listOf("1").mapNotNull { if (it.isNotEmpty()) it.toInt() else null }