1ac6f18a47
So #KT-22072 Fixed
6 lines
116 B
Kotlin
Vendored
6 lines
116 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
fun test(i: Int?, m: MutableMap<String, Int>) {
|
|
i ?: ((m.<caret>put("", 1)))
|
|
} |