a90e3c2e45
Related to KT-21502
6 lines
100 B
Kotlin
Vendored
6 lines
100 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
var map = mutableMapOf(42 to "foo")
|
|
map.<caret>put(60, "bar")
|
|
} |