a1f1716044
Also #KT-12625 Fixed
8 lines
136 B
Kotlin
Vendored
8 lines
136 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
import java.util.SortedMap
|
|
|
|
fun test() {
|
|
val foo: SortedMap<String, String>? = null
|
|
foo?.toSortedMap()<caret>
|
|
} |