On a data class, a property is never shown as unus...
# announcements
p
On a data class, a property is never shown as unused because it's used in toString, equals & hashcode. So when I want to find unsued properties I would manually need to remove the `data`modifier. Is there any way around that?
c
i never noticed that but you are right. is that a regression? i would file a youtrack