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

7 lines
222 B
HTML

<html>
<body>
This inspection reports visibility modifiers which match the default visibility of an element
(<b>public</b> for most elements, <b>protected</b> for members that override a protected member).
</body>
</html>