1a3b0fa9d5
All transformations inside a script should be under the script context for proper resolution ^KT-60728
30 lines
1.4 KiB
Plaintext
30 lines
1.4 KiB
Plaintext
KT element: KtAnnotationEntry
|
|
FIR element: FirAnnotationCallImpl
|
|
FIR source kind: FromUseSiteTarget
|
|
|
|
FIR element rendered:
|
|
@SETTER_PARAMETER:R|Ann|[Types]()
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] setParamScript.kts
|
|
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
|
|
SCRIPT: [ResolvedTo(TYPES)]
|
|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
|
|
|
|
public final [ResolvedTo(STATUS)] annotation class Ann : R|kotlin/Annotation| {
|
|
public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
}
|
|
|
|
public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| {
|
|
public [ResolvedTo(ANNOTATIONS_ARGUMENTS_MAPPING)] [ContainingClassKey=X] constructor([ResolvedTo(ANNOTATIONS_ARGUMENTS_MAPPING)] [CorrespondingProperty=/X.x] x: R|kotlin/Int|): R|X| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final [ResolvedTo(ANNOTATIONS_ARGUMENTS_MAPPING)] [IsFromPrimaryConstructor=true] var x: R|kotlin/Int| = R|<local>/x|
|
|
public [ResolvedTo(ANNOTATIONS_ARGUMENTS_MAPPING)] [ContainingClassKey=X] get(): R|kotlin/Int|
|
|
public [ResolvedTo(ANNOTATIONS_ARGUMENTS_MAPPING)] [ContainingClassKey=X] set([ResolvedTo(ANNOTATIONS_ARGUMENTS_MAPPING)] @SETTER_PARAMETER:R|Ann|[Types]() value: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
} |