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