aad99fd6eb
We need it to see how many declarations were resolved ^KT-59266
29 lines
949 B
Plaintext
29 lines
949 B
Plaintext
KT element: KtAnnotationEntry
|
|
FIR element: FirAnnotationCallImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
@R|Anno|[Types]()
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] superCallAnnotation.kt
|
|
[ResolvedTo(BODY_RESOLVE)] annotations container
|
|
@R|kotlin/annotation/Target|[Types](Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| {
|
|
public [ResolvedTo(STATUS)] constructor(): R|Anno| {
|
|
LAZY_super<R|kotlin/Any|>
|
|
}
|
|
|
|
}
|
|
public open [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
|
|
public [ResolvedTo(STATUS)] constructor(): R|A| {
|
|
LAZY_super<R|kotlin/Any|>
|
|
}
|
|
|
|
}
|
|
public final [ResolvedTo(BODY_RESOLVE)] class B : R|@R|Anno|() A| {
|
|
public [ResolvedTo(BODY_RESOLVE)] constructor(): R|B| {
|
|
super<R|@R|Anno|() A|>()
|
|
}
|
|
|
|
}
|