Files
2020-12-09 22:54:30 +03:00

6 lines
67 B
Kotlin
Vendored

package test
enum class C : IBase {
SomeValue, AnotherValue
}