Files
kotlin-fork/compiler/testData/diagnostics/tests/enum/referenceToEnumEntry.fir.kt
T

6 lines
74 B
Kotlin
Vendored

enum class My { V }
fun test() {
val ref = My::<!UNSUPPORTED!>V<!>
}