My experience with erasure problems is they are mo...
# announcements
d
My experience with erasure problems is they are mostly related to wanting to be able to write
T obj = new T();
which is also pretty weird for novices, and can cause libraries to leak their abstractions if they need type information.