Occasionally it is really useful to be able to do something like `new T()`. Without reified generics that is not possible.
new T? What's wrong with the old one?
Jokes aside, what's the use case for not knowing what T is until runtime?
new T? What's wrong with the old one?
Jokes aside, what's the use case for not knowing what T is until runtime?