Files
kotlin-fork/idea/resources/inspectionDescriptions/DataClassPrivateConstructor.html
T

5 lines
160 B
HTML

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