aad99fd6eb
We need it to see how many declarations were resolved ^KT-59266
26 lines
980 B
Plaintext
26 lines
980 B
Plaintext
KT element: KtNameReferenceExpression
|
|
FIR element: FirErrorNamedReferenceImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
<Unresolved name: prop>#
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] qualifiedCallInsidePropertyInsideConstructor.kt
|
|
[ResolvedTo(BODY_RESOLVE)] annotations container
|
|
public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
|
|
public [ResolvedTo(BODY_RESOLVE)] constructor([ResolvedTo(BODY_RESOLVE)] i: R|() -> kotlin/Unit| = [ResolvedTo(RAW_FIR)] fun <anonymous>(): R|kotlin/Unit| <inline=Unknown> {
|
|
local final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/String| {
|
|
^foo <Unresolved name: B>#.<Unresolved name: prop>#.R|kotlin/toString|()
|
|
}
|
|
|
|
}
|
|
): R|A| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final [ResolvedTo(BODY_RESOLVE)] val i: R|() -> kotlin/Unit| = R|<local>/i|
|
|
public [ResolvedTo(BODY_RESOLVE)] get(): R|() -> kotlin/Unit|
|
|
|
|
}
|