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