https://kotlinlang.org logo
o

orangy

02/24/2016, 5:46 PM
Sometimes an inheritance trick can be helpful, like
object : B<String>
, then reflecting over generated anonymous type you can find that T is String