// PROBLEM: none // WITH_RUNTIME fun getValue(i: Int): String = "" fun test() { arrayOf(1).associate { it to getValue(it) } }