cf886c5975
KtEnumEntry, a subtype of KtClass, has been handled by findNonLocalClass. Since KtEnumEntry doesn't have class id, that util always throws an error while retrieving class id. Instead, we should use containing class (i.e., enum class) id. Also, once the enum class is resolved, we should search for matching enum entry inside the enum class.
3 lines
74 B
Kotlin
3 lines
74 B
Kotlin
@Retention(AnnotationRetention.<expr>SOURCE</expr>)
|
|
annotation class Anno
|