Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
fir
/
analysis-tests
/
testData
/
resolveWithStdlib
/
enumValuesDeserialized.kt
blob: 8714f48271cbb98286fa5493cc4a7f81e0ad1549 [
file
]
fun test
()
{
val values
=
AnnotationTarget
.
values
()
val entry
=
AnnotationTarget
.
valueOf
(
"CLASS"
)
}