But calls on instances of reified type parameters ...
# language-proposals
j
But calls on instances of reified type parameters in inline extension functions are not dispatched correctly (I made [a proposal][https://github.com/Kotlin/KEEP/pull/35] for this and a [bug report][https://youtrack.jetbrains.com/issue/KT-12897]), and you cannot create recursive inline functions. So I think the request for implicit
Class
param are valid, aren’t they? For Java compatibility this method could be overloaded by default and then the method with
Class
parameter is called with the upper bound. Of course, this would happen if you add the
reified
keyword...