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