f1e66d0654
#KT-26269 Fixed
7 lines
140 B
Kotlin
Vendored
7 lines
140 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
fun getValue(i: Int): String = ""
|
|
|
|
fun test() {
|
|
intArrayOf(1).<caret>associate { it to getValue(it) }
|
|
} |