87ca9e4203
We can avoid body resolution in some cases because it is more than out contract is required So ANNOTATIONS_ARGUMENTS_MAPPING should be enough for all non-body parts of a declaration to return fully-resolved FirElement Body parts incudes: body and default values ^KT-59266 Fixed
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
KT element: KtAnnotationEntry
|
|
FIR element: FirAnnotationCallImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
@PROPERTY_DELEGATE_FIELD:R|Ann|[Types]()
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] delegate.kt
|
|
[ResolvedTo(BODY_RESOLVE)] annotations container
|
|
public final [ResolvedTo(STATUS)] annotation class Ann : R|kotlin/Annotation| {
|
|
public [ResolvedTo(STATUS)] constructor(): R|Ann| {
|
|
LAZY_super<R|kotlin/Any|>
|
|
}
|
|
|
|
}
|
|
public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| {
|
|
public [ResolvedTo(STATUS)] constructor(): R|X| {
|
|
LAZY_super<R|kotlin/Any|>
|
|
}
|
|
|
|
field:@PROPERTY_DELEGATE_FIELD:R|Ann|[Types]() public final [ResolvedTo(ANNOTATIONS_ARGUMENTS_MAPPING)] val a: <ERROR TYPE REF: Unresolved name: getValue>by <Unresolved name: lazy>#(<L> = [ResolvedTo(RAW_FIR)] lazy@fun <anonymous>(): R|kotlin/Int| <inline=Unknown> {
|
|
^ Int(1)
|
|
}
|
|
)
|
|
public [ResolvedTo(ANNOTATIONS_ARGUMENTS_MAPPING)] get(): <ERROR TYPE REF: Unresolved name: getValue> {
|
|
^ this@R|/X|.D|/X.a|.<Unresolved name: getValue>#(this@R|/X|, ::R|/X.a|)
|
|
}
|
|
|
|
} |