Hello! Is there any way to see what the compiler do to generate `copy`, `hashCode`, `equals` and `to...
a
Hello! Is there any way to see what the compiler do to generate
copy
,
hashCode
,
equals
and
toString
of a
data class
? I want to do something similar, and I think that is a good start point. Thanks!
d