c28515be59
#KT-32518 fixed
5 lines
110 B
Kotlin
Vendored
5 lines
110 B
Kotlin
Vendored
internal class C {
|
|
private fun foo(map: Map<Int, String>): String {
|
|
return map[1] ?: "bar"
|
|
}
|
|
} |