1c74bab1cc
#KT-8616 Fixed
4 lines
67 B
Kotlin
Vendored
4 lines
67 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
mapOf(1 to "1", 2 to "2")<caret>
|
|
} |