blob: f39ccbf5313f92ff310f6f89731900caaa5949c2 [file]
enum class My { V }
fun test() {
val ref = My::<!UNRESOLVED_REFERENCE!>V<!>
}