As a general advice, you should avoid such big `in...
# announcements
d
As a general advice, you should avoid such big
inline
methods. If you need a
reified
type parameter, I prefer to just grab the reified class using
T::class.java
and then pass that on to another (internal, non-inline) function.