d67c793a9b
#KT-30010 Fixed
5 lines
123 B
Plaintext
Vendored
5 lines
123 B
Plaintext
Vendored
// FIX: Replace with 'getValue' call
|
|
// WITH_RUNTIME
|
|
fun test(map: Map<Int, String>) {
|
|
val s = map.getValue(1)<caret>
|
|
} |