dmitry.petrov
10/26/2017, 3:28 PMtypeOf<T>()
that will get you a generic JVM type, but it'd cost a class file for each call site at the moment.
--- That's getKType from the gist above ;)Marc Knaup
10/27/2017, 7:03 PMjavaClass
it will lose variance and nullability info, wouldn’t it?pniederw
11/06/2017, 11:40 PMtypeOf<T>()
that doesn’t give a crippled KType
. I’d love to have one!