another issue I hit today (related to Java's gener...
# language-proposals
k
another issue I hit today (related to Java's generic erasue, I know) is I wished I could do
val type = T::class
inside a generic function. I don't suppose there's much that can be done in Kotlin to support that without some invasive changes? Or at all.