aad99fd6eb
We need it to see how many declarations were resolved ^KT-59266
20 lines
679 B
Plaintext
20 lines
679 B
Plaintext
KT element: KtParameter
|
|
FIR element: FirValueParameterImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
[ResolvedTo(BODY_RESOLVE)] i: R|kotlin/Int| = Int(4)
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] constructorProperty.kt
|
|
[ResolvedTo(BODY_RESOLVE)] annotations container
|
|
public final [ResolvedTo(STATUS)] class Abc : R|kotlin/Any| {
|
|
public [ResolvedTo(BODY_RESOLVE)] constructor([ResolvedTo(BODY_RESOLVE)] i: R|kotlin/Int| = Int(4)): R|Abc| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final [ResolvedTo(BODY_RESOLVE)] val i: R|kotlin/Int| = R|<local>/i|
|
|
public [ResolvedTo(BODY_RESOLVE)] get(): R|kotlin/Int|
|
|
|
|
}
|