Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolveWithStdlib/enumValuesDeserialized.kt
T
2020-03-19 09:51:01 +03:00

4 lines
107 B
Kotlin
Vendored

fun test() {
val values = AnnotationTarget.values()
val entry = AnnotationTarget.valueOf("CLASS")
}