What should I use now instead of `internal fun &l...
# announcements
m
What should I use now instead of
internal fun <K, V> Map<K, V>.getOrImplicitDefault(key: K): V
when I have a reference to
Map
, which might be instance of
MapWithDefault
?