Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertSealedClassToEnumIntention/description.html
T
2016-10-13 19:00:57 +03:00

5 lines
135 B
HTML

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