Does anyone know the reason why enums with "public...
# announcements
r
Does anyone know the reason why enums with "public" custom implementation will be forbidden in Kotlin? They're perfectly legal in java. https://devnet.jetbrains.com/thread/473891?tstart=0 Is this what sealed classes are for?