d67c793a9b
#KT-30010 Fixed
5 lines
115 B
Kotlin
Vendored
5 lines
115 B
Kotlin
Vendored
// FIX: Replace with '?: error("")'
|
|
// WITH_RUNTIME
|
|
fun test(map: Map<Int, String>) {
|
|
val s = map[1]<caret>!!
|
|
} |