7 lines
82 B
Kotlin
Vendored
7 lines
82 B
Kotlin
Vendored
enum class E {
|
|
ENTRY;
|
|
|
|
fun getDeclaringClass() {}
|
|
fun finalize() {}
|
|
}
|