9d5d85a1c5
#KT-18912 Fixed
7 lines
145 B
Kotlin
Vendored
7 lines
145 B
Kotlin
Vendored
// "Convert to enum class" "true"
|
|
|
|
actual sealed class <caret>E {
|
|
actual object A : E()
|
|
actual object B : E()
|
|
actual object C : E()
|
|
} |