Hey, why the Kotlin compiler needs to box inline c...
# announcements
j
Hey, why the Kotlin compiler needs to box inline classes when used with generic classes (like list) ??
k
If you implement an interface then other code needs to be able to use your class polymorphically.