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