Add inspection: Refactor sealed sub-class to object #KT-20305 Fixed

This commit is contained in:
Gabryel Monteiro
2018-02-12 20:50:36 +03:00
committed by Mikhail Glukhikh
parent 7cf6c70fbf
commit df7968678a
31 changed files with 514 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports direct inheritors of <b>sealed class</b> that have default constructors only and thus can be objects.
</body>
</html>