d67c793a9b
#KT-30010 Fixed
6 lines
135 B
Kotlin
Vendored
6 lines
135 B
Kotlin
Vendored
// FIX: Replace with 'getOrElse' call
|
|
// DISABLE-ERRORS
|
|
// WITH_RUNTIME
|
|
fun test(map: Map<Int, String>) {
|
|
val s = map[1]<caret>!!
|
|
} |