Files
kotlin-fork/idea/resources/inspectionDescriptions/RedundantInnerClassModifier.html
T
Toshiaki Kameyama 5f1cc3b152 Introduce "Redundant 'inner' modifier" inspection
#KT-3262 Fixed
2020-02-21 16:12:49 +01:00

6 lines
149 B
HTML

<html>
<body>
This inspection reports a <b>inner</b> class modifier as redundant if no members of outer class are referenced inside.
</body>
</html>