6 lines
90 B
Plaintext
Vendored
6 lines
90 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
val map = mutableMapOf(42 to "foo")
|
|
map[60] = "bar"
|
|
} |