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