// WITH_RUNTIME import java.util.SortedMap fun test() { val foo: SortedMap? = null foo?.toSortedMap() }