I have a `Map<String , *>` where some values...
# announcements
r
I have a
Map<String , *>
where some values are expected to be of type
MutableMap<String, *>
as well... and I need to modify one value in this map before continuing... because of type-erasure, it's not possible to put anything in this map... any known workarounds for that?