the compiler shows the warning because there is no...
# announcements
y
the compiler shows the warning because there is no way to check at runtime that you have a
Map<String, Any?>
and not a
Map<Foo, Bar>