Files
kotlin-fork/idea/resources/inspectionDescriptions/RedundantModalityModifier.html
T
2016-04-11 16:32:43 +03:00

7 lines
205 B
HTML

<html>
<body>
This inspection reports modality modifiers which match the default modality of an element
(<code>final</code> for most elements, <code>open</code> for members with override).
</body>
</html>