f5c0a30c51
#KT-21503 Fixed
4 lines
87 B
Plaintext
Vendored
4 lines
87 B
Plaintext
Vendored
// RUNTIME_WITH_FULL_JDK
|
|
fun test(map: Map<Int, String>) {
|
|
map<caret>[1] ?: "bar"
|
|
} |