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