According to the generics documentation (http://kotlinlang.org/docs/reference/generics.html) there are class object constraints, but it appears they're not supported yet. Is there an ETA?
This feature has rather few use cases, so we have it postponed for future versions.
Yeah, now that I realize that you can pass a class object as a parameter itself, the need for class object constraints isn't as important.