Add inspection for private primary constructors in data classes
Fixes #KT-15709
This commit is contained in:
committed by
Mikhail Glukhikh
parent
f64345634b
commit
909007d984
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports private constructors of data classes because they are always exposed via the generated 'copy' method.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user