<@U4A6BK0N4> I guess the answer would have been mo...
# getting-started
o
@aslan I guess the answer would have been more obvious if the Java declaration had been more correctly written as
Map<String, Class<?>> hm = new HashMap<>();
(notice the wildcard)
a
okkero: yes, got it. but i ignored it, because it was syntactically correct, except a warning
o
I see. Well, Kotlin has no direct equivalent to raw types, but a star projected type is close enough 🙂