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
12 lines
470 B
Plaintext
12 lines
470 B
Plaintext
KT element: KtConstructorCalleeExpression
|
|
FIR element: FirAnnotationCallImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
@R|kotlin/Suppress|[Types](names = vararg(String()))
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] annotationApplicationCallExpression.kt
|
|
[ResolvedTo(BODY_RESOLVE)] annotations container
|
|
@R|kotlin/Suppress|[Types](names = vararg(String())) public final [ResolvedTo(ANNOTATIONS_ARGUMENTS_MAPPING)] fun x(): R|kotlin/Unit| {
|
|
} |