Intentions: Implement "Convert enum to sealed class" intention
#KT-14245 In Progress
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
enum class <caret>MyEnum(val s: String = "") {
|
||||
;
|
||||
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user