c0a1aecf9b
#KT-20423 #KT-13495
6 lines
67 B
Kotlin
Vendored
6 lines
67 B
Kotlin
Vendored
package test
|
|
|
|
enum class C : IBase {
|
|
SomeValue, AnotherValue
|
|
}
|