i'm struggling to do this though: the closest thin...
# announcements
m
i'm struggling to do this though: the closest thing to a raw type in kotlin is
Map<*, *>
which java sees as
Map<?, ?>
and I can't cast the
Foo<Map>
to
Foo<Map<?, ?>>