voddan
12/04/2018, 11:36 AMdata class with multiple properties in the constructor, all of them are marked as used (not greaied-out) even when none are used in the code ("Find usages" returns empty). Removing the data modifier returns things to normal. Is this a bug or intended behavior? How can I quickly see unused data-class properties?spand
12/04/2018, 11:43 AMcopy(), toString() and componentN() ?voddan
12/04/2018, 12:52 PMspand
12/04/2018, 1:04 PMkarelpeeters
12/04/2018, 5:49 PMAlt + F7 on them to find the usages.