yeah, you’re right. If I use Map<String, String...
# announcements
m
yeah, you’re right. If I use Map<String, String> it works fine. But if I use e.g. Map<String, Int> or even Map<Int, Int> the compiler throws an error.