Join Slack
Powered by
Question: are there any plans to make it so that y...
# language-evolution
k
Kelvin Chung
04/29/2025, 7:31 PM
Question: are there any plans to make it so that you can have something that is abstract but can have a subclass with value class semantics? Something like an "integers mod n" class, for example.
e
ephemient
04/29/2025, 8:27 PM
https://youtrack.jetbrains.com/issue/KT-51417
c
CLOVIS
04/30/2025, 8:17 AM
Note that value classes can implement interfaces, and in Kotlin there aren't many differences between abstract classes and interfaces
2
Views
Open in Slack
Previous
Next