<@U0C8JC1GT> Should be `fun &lt;T: Any&gt; get(c: ...
# announcements
k
@jchannon Should be
fun <T: Any> get(c: KClass<T>) { ... }
.