Join Slack
Powered by
<@U2SKJHSGK> This happens because of platform type...
# stdlib
i
ilya.gorbunov
04/24/2017, 11:30 AM
@miha-x64
This happens because of platform types coming from EnumMap:
EnumMap<K, R>
is
MutableMap<K!, R!>
and therefore it's assignable both to
MutableMap<in K, in R>
and
MutableMap<in K, in R?>
(//cc
@denis.zharkov
)
2
Views
Open in Slack
Previous
Next