Remove ConvertClassToSealedClassIntention
Relates to #KT-31502
This commit is contained in:
-2
@@ -1,2 +0,0 @@
|
||||
sealed class Klass(private val s: String) {
|
||||
}
|
||||
-2
@@ -1,2 +0,0 @@
|
||||
open class Klass private constructor(private val s: String) {
|
||||
}
|
||||
-5
@@ -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>
|
||||
Reference in New Issue
Block a user