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

7 lines
260 B
HTML

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