5f9357eb41
^KT-45010 Fixed
7 lines
149 B
Kotlin
Vendored
7 lines
149 B
Kotlin
Vendored
// KT-45010
|
|
fun foo(map: MutableMap<Int, String>) {
|
|
map.<!INAPPLICABLE_CANDIDATE!>getOrPut<!>("Not an Int") {
|
|
"Hello" + " world"
|
|
}
|
|
}
|