3b943706d8
^KT-50864 fixed
5 lines
136 B
Kotlin
Vendored
5 lines
136 B
Kotlin
Vendored
// WITH_STDLIB
|
|
|
|
fun foo(x: MutableMap<Int, MutableList<String>>) {
|
|
x.getOrPut(1) { <expr>mutableListOf</expr><String>() } += "str"
|
|
} |