Join Slack
Powered by
> I cannot create just `List<Class>` the...
# announcements
v
vilmos.nagy
01/11/2017, 9:45 PM
I cannot create just
List<Class>
the Kotlin equivalent would be
List<Class<*>>
, in my opinion (almost equivalent - I think it would be
List<Class<?>>
in Java, but I'm not sure about the type erasure stuff here)
Open in Slack
Previous
Next