a90e3c2e45
Related to KT-21502
5 lines
88 B
Kotlin
Vendored
5 lines
88 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(map: MutableMap<Int, String>) {
|
|
map.<caret>put(42, "foo")
|
|
} |