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