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