Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
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 */