blob: 22ec210f4c49a2d19ba46e41be0c9763bb6a5608 [file]
// RUN_PIPELINE_TILL: FRONTEND
enum class My { V }
fun test() {
val ref = My::<!UNSUPPORTED!>V<!>
}
/* GENERATED_FIR_TAGS: enumDeclaration, enumEntry, functionDeclaration, localProperty, propertyDeclaration */