Sometimes an inheritance trick can be helpful, lik...
# announcements
o
Sometimes an inheritance trick can be helpful, like
object : B<String>
, then reflecting over generated anonymous type you can find that T is String