if you try to map it to a KClass using `val Class&...
# reflect
u
if you try to map it to a KClass using
val Class<T>.kotlin: KClass<T>
, you'll get a not very useful KClass instance though, which would represent that class as if it was a compiled Java class