Yeah, well, then it complains that type inference ...
# announcements
m
Yeah, well, then it complains that type inference failed, because it gets a
Map<*,*>!
where it expects a
Map<String, Set<String>>