Is there any way of using generics to instanciate ...
# announcements
d
Is there any way of using generics to instanciate a class, like:
fun <T> createClass(): T = T()
?