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
christophsturm
03/20/2019, 12:04 PM
i never noticed that but you are right. is that a regression? i would file a youtrack