6 lines
74 B
Kotlin
Vendored
6 lines
74 B
Kotlin
Vendored
enum class My { V }
|
|
|
|
fun test() {
|
|
val ref = My::<!UNSUPPORTED!>V<!>
|
|
}
|