Files
kotlin-fork/idea/resources/inspectionDescriptions/DataClassPrivateConstructor.html
T
2017-01-24 14:08:05 +03:00

5 lines
155 B
HTML

<html>
<body>
This inspection reports private constructors of data classes because they are always exposed via the generated 'copy' method.
</body>
</html>