Question: are there any plans to make it so that y...
# language-evolution
k
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.
c
Note that value classes can implement interfaces, and in Kotlin there aren't many differences between abstract classes and interfaces