8 lines
60 B
Kotlin
Vendored
8 lines
60 B
Kotlin
Vendored
package test
|
|
|
|
enum class E {
|
|
A
|
|
}
|
|
|
|
// callable: test/E.A
|