f5c0a30c51
#KT-21503 Fixed
5 lines
107 B
Kotlin
Vendored
5 lines
107 B
Kotlin
Vendored
// RUNTIME_WITH_FULL_JDK
|
|
fun test(map: Map<Int, String>) {
|
|
map.<caret>getOrDefault(1, "bar") + "baz"
|
|
}
|