ea2bb32bc0
- The fix uses relevant logic from `getNonLocalContainingDeclaration`. - The annotation entry case is covered by `KtCallElement` because `KtAnnotationEntry` is a subtype of it. - KT-66038 is fixed by this because the static declaration provider only indexes non-local classes. ^KT-66038 fixed
4 lines
100 B
Kotlin
Vendored
4 lines
100 B
Kotlin
Vendored
// KT-24323
|
|
@Retention(AnnotationRetention.RUNTIME
|
|
annotation /* ClassId: null */class Validation()
|