Files
kotlin-fork/idea/resources/inspectionDescriptions/CanBePrimaryConstructorProperty.html
T
Mikhail Glukhikh 4145e3438f Minor fixes: can be constructor property
(cherry picked from commit 4d44e15)
2016-06-21 22:23:12 +03:00

5 lines
173 B
HTML

<html>
<body>
This inspection reports properties which are explicitly assigned to constructor parameters and can be declared directly in constructor instead.
</body>
</html>