Remove ConvertClassToSealedClassIntention

Relates to #KT-31502
This commit is contained in:
Dmitry Gridin
2019-05-27 17:11:39 +07:00
parent 1adc2ae4c8
commit dd03a81309
23 changed files with 0 additions and 190 deletions
@@ -1,2 +0,0 @@
sealed class Klass(private val s: String) {
}
@@ -1,2 +0,0 @@
open class Klass private constructor(private val s: String) {
}
@@ -1,5 +0,0 @@
<html>
<body>
This intention converts an <b>open</b> or <b>abstract</b> class with only private constructors to a <b>sealed</b> class.
</body>
</html>