Join Slack
Powered by
Since JVM doesn’t support reified generics, maybe ...
# language-proposals
d
dstarcev
08/04/2016, 10:48 PM
Since JVM doesn’t support reified generics, maybe Kotlin could allow implicit passing of
Class<T>
as an ‘invisible’ parameter just like
this
is passed. So that not only inline functions could contain
if (p is T)
,
p as T
etc
Open in Slack
Previous
Next