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
3 lines
84 B
Kotlin
Vendored
3 lines
84 B
Kotlin
Vendored
/* ClassId: /Bar */@Retention(if (true) { /* ClassId: null */class Foo })
|
|
class Bar
|