70d49999ac
Merge-request: KT-MR-11026 Merged-by: Egor Kulikov <Egor.Kulikov@jetbrains.com>
53 lines
1.9 KiB
Plaintext
53 lines
1.9 KiB
Plaintext
KT element: KtNameReferenceExpression
|
|
FIR element: FirResolvedNamedReferenceImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
R|/A.prop|
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] qualifiedCallInsideSuperCall4.kt
|
|
[ResolvedTo(BODY_RESOLVE)] annotations container
|
|
public open [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
|
|
public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor([ResolvedTo(STATUS)] init: R|A.() -> kotlin/Unit|): R|A| {
|
|
LAZY_super<R|kotlin/Any|>
|
|
}
|
|
|
|
public final [ResolvedTo(CONTRACTS)] val prop: R|kotlin/String| = String()
|
|
public [ResolvedTo(CONTRACTS)] [ContainingClassKey=A] get(): R|kotlin/String|
|
|
|
|
}
|
|
public final [ResolvedTo(STATUS)] object B : R|A| {
|
|
private [ResolvedTo(STATUS)] [ContainingClassKey=B] constructor(): R|B| {
|
|
LAZY_super<R|A|>
|
|
}
|
|
|
|
}
|
|
public final [ResolvedTo(STATUS)] object C : R|A| {
|
|
private [ResolvedTo(STATUS)] [ContainingClassKey=C] constructor(): R|C| {
|
|
LAZY_super<R|A|>
|
|
}
|
|
|
|
}
|
|
public final [ResolvedTo(BODY_RESOLVE)] class G : R|A| {
|
|
public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=G] error_constructor(): R|G| {
|
|
super<R|A|>([ResolvedTo(RAW_FIR)] fun R|A|.<anonymous>(): R|kotlin/Unit| <inline=Unknown> {
|
|
local final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/String| {
|
|
^foo Q|B|.R|/A.prop|.R|kotlin/String.toString|()
|
|
}
|
|
|
|
}
|
|
)
|
|
}
|
|
|
|
public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=G] constructor(): R|G| {
|
|
super<R|A|>([ResolvedTo(RAW_FIR)] fun R|A|.<anonymous>(): R|kotlin/Unit| <inline=Unknown> {
|
|
local final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/String| {
|
|
^foo Q|C|.R|/A.prop|.R|kotlin/String.toString|()
|
|
}
|
|
|
|
}
|
|
)
|
|
}
|
|
|
|
} |