// WITH_RUNTIME val x = listOf("1").mapNotNull { it.toInt() }