(`T::class` is a `KClass<T>`, whereas `T::cl...
# getting-started
r
(
T::class
is a
KClass<T>
, whereas
T::class.java
is a
Class<T>
)