Files
kotlin-fork/idea/resources/inspectionDescriptions/RedundantVisibilityModifier.html
T
2016-02-09 19:22:59 +01:00

7 lines
234 B
HTML

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