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

7 lines
223 B
HTML

<html>
<body>
This inspection reports primary constructor parameters that can have <b>val</b> or <b>var</b> removed.
Unnecessary usage of <b>val</b> or <b>var</b> in the primary constructor consumes memory.
</body>
</html>