Files
kotlin-fork/idea/testData/intentions/removeRedundantCallsOfConversionMethods/safeSortedMap.kt.after
T
2016-10-17 12:05:18 +03:00

8 lines
114 B
Plaintext
Vendored

// WITH_RUNTIME
import java.util.SortedMap
fun test() {
val foo: SortedMap<String, String>? = null
foo
}