Join Slack
Powered by
how does kotlin generate hashcodes for data classe...
# announcements
d
Dalinar
01/29/2019, 2:12 PM
how does kotlin generate hashcodes for data classes?
c
Czar
01/29/2019, 2:37 PM
specifics are here:
https://kotlinlang.org/docs/reference/data-classes.html
But in short, only properties declared in the primary constructor are used for hashCode generation.
3
Views
Open in Slack
Previous
Next