4 lines
86 B
Plaintext
Vendored
4 lines
86 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test(map: Map<Int, String>) {
|
|
val s = map.getValue(1)<caret>
|
|
} |