Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertSealedClassToEnumIntention/description.html
T

5 lines
157 B
HTML

<html>
<body>
This intention converts a <b>sealed</b> class to an <b>enum</b> class and replaces inheriting objects with <b>enum</b> entries.
</body>
</html>