Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
enumValuesDeserialized.kt
blob: b3332d4bead37f9f31d880f913b8be723ce6cf5c [
file
]
// RUN_PIPELINE_TILL: BACKEND
fun test
()
{
val values
=
AnnotationTarget
.
values
()
val entry
=
AnnotationTarget
.
valueOf
(
"CLASS"
)
}
/* GENERATED_FIR_TAGS: functionDeclaration, localProperty, propertyDeclaration, stringLiteral */