Add inspection for private primary constructors in data classes

Fixes #KT-15709
This commit is contained in:
Kirill Rakhman
2017-01-22 13:45:58 +01:00
committed by Mikhail Glukhikh
parent f64345634b
commit 909007d984
7 changed files with 82 additions and 0 deletions
@@ -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>