Join Slack
Powered by
Hey, why the Kotlin compiler needs to box inline c...
# announcements
j
Jonathan
12/06/2018, 4:15 PM
Hey, why the Kotlin compiler needs to box inline classes when used with generic classes (like list) ??
h
hudsonb
12/06/2018, 5:31 PM
https://github.com/Kotlin/KEEP/blob/master/proposals/inline-classes.md#generic-types
k
karelpeeters
12/06/2018, 5:52 PM
If you implement an interface then other code needs to be able to use your class polymorphically.
4
Views
Open in Slack
Previous
Next