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

7 lines
242 B
HTML

<html>
<body>
This inspection reports <b>protected</b> visibility used inside of a non-inheritable class.
In such cases <b>protected</b> members are accessible only in the class itself, so they are effectively <b>private</b>.
</body>
</html>