Do not suggest "convert to object" for sealed sub-classes with state
So #KT-24816 Fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports direct inheritors of <b>sealed class</b> that have default constructors only and thus can be objects.
|
||||
This inspection reports direct inheritors of <b>sealed class</b> that have no state and thus can be objects.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user