Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
enum
/
referenceToEnumEntry.kt
blob: a4657f5e7dedd8f33d36c10a59c58f552ab1346c [
file
]
// RUN_PIPELINE_TILL: FRONTEND
enum
class
My
{
V
}
fun test
()
{
val
ref
=
My
::<!
UNRESOLVED_REFERENCE
!>
V
<!>
}
/* GENERATED_FIR_TAGS: enumDeclaration, enumEntry, functionDeclaration, localProperty, propertyDeclaration */