aad99fd6eb
We need it to see how many declarations were resolved ^KT-59266
37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
KT element: KtNameReferenceExpression
|
|
FIR element: FirResolvedQualifierImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
Q|A.B|
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] firstPartOfQualifiedCallWithNestedClasses.kt
|
|
[ResolvedTo(BODY_RESOLVE)] annotations container
|
|
public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
|
|
public [ResolvedTo(STATUS)] constructor(): R|A| {
|
|
LAZY_super<R|kotlin/Any|>
|
|
}
|
|
|
|
public final [ResolvedTo(STATUS)] class B : R|kotlin/Any| {
|
|
public [ResolvedTo(STATUS)] constructor(): R|A.B| {
|
|
LAZY_super<R|kotlin/Any|>
|
|
}
|
|
|
|
public final [ResolvedTo(STATUS)] class C : R|kotlin/Any| {
|
|
public [ResolvedTo(STATUS)] constructor(): R|A.B.C| {
|
|
LAZY_super<R|kotlin/Any|>
|
|
}
|
|
|
|
public final [ResolvedTo(IMPLICIT_TYPES_BODY_RESOLVE)] val x: R|kotlin/Int| = Int(10)
|
|
public [ResolvedTo(IMPLICIT_TYPES_BODY_RESOLVE)] get(): R|kotlin/Int|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
public final [ResolvedTo(BODY_RESOLVE)] fun x(): R|kotlin/Unit| {
|
|
Q|A.B|.R|/A.B.C.C|().R|/A.B.C.x|
|
|
}
|