Join Slack
Powered by
Hej guys, I want to port this class to Kotlin (for...
# announcements
k
kiddouk
02/20/2017, 10:23 AM
Hej guys, I want to port this class to Kotlin (for learning purpose) and I am struggling with the inheritance requiring a
Class<T>
. As I understand, I need to use the
reified
directive in an
inline
but it seems forbidden
before
the super class constructor has been called. Any idea ?
Open in Slack
Previous
Next