<@U0EACPP46>: reification does, but then you defea...
# announcements
a
@natpryce: reification does, but then you defeat it by creating a
Class<T>
which is an erased type. so you delete it by doing that or
T::class
deletes the generics as well. That is a Java construct, one of the descendants of
Type
retains the information such as
ParameterizedType
but not
Class