This also happens when the sealed class has a over...
# announcements
d
This also happens when the sealed class has a overwritten equals method, it does'nt seem to matter (I omitted it here)
b
This is intentional and has nothing to do with sealed classes. Data classes just don’t work with inheritance and they will only include properties in their primary constructor.
☝️ 1