Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
compiler
/
fir
/
analysis-tests
/
testData
/
resolveWithStdlib
/
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 */