33e6a85a2d
We exclude testData pattern from copyright scope
20 lines
953 B
Plaintext
Vendored
20 lines
953 B
Plaintext
Vendored
KT element: KtAnnotationEntry
|
|
FIR element: FirAnnotationCallImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
@<ERROR TYPE REF: Symbol not found for Anno>[Types]()
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] annotationOnConstructorProperty.kt
|
|
public final [ResolvedTo(STATUS)] class Abc : R|kotlin/Any| {
|
|
public [ResolvedTo(ANNOTATIONS_ARGUMENTS_MAPPING)] [ContainingClassKey=Abc] constructor([ResolvedTo(ANNOTATIONS_ARGUMENTS_MAPPING)] [CorrespondingProperty=/Abc.i] @<ERROR TYPE REF: Symbol not found for Anno>[Types]() i: R|kotlin/Int|): R|Abc| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final [ResolvedTo(STATUS)] [IsFromPrimaryConstructor=true] var i: R|kotlin/Int| = R|<local>/i|
|
|
public [ResolvedTo(STATUS)] [ContainingClassKey=Abc] get(): R|kotlin/Int|
|
|
public [ResolvedTo(STATUS)] [ContainingClassKey=Abc] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
}
|