I presume the limitations of data classes extendin...
# server
r
I presume the limitations of data classes extending other data classes is related to
equals
,
hashcode
and others being auto generated and synthetic and only being able to account for the properties declared on the data type.