aad99fd6eb
We need it to see how many declarations were resolved ^KT-59266
28 lines
878 B
Plaintext
28 lines
878 B
Plaintext
KT element: KtCallExpression
|
|
FIR element: FirFunctionCallImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
R|/foo|()
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] callInsideLambdaInsideSuperCallAndExplicitConstructor.kt
|
|
[ResolvedTo(BODY_RESOLVE)] annotations container
|
|
public open [ResolvedTo(STATUS)] class B : R|kotlin/Any| {
|
|
public [ResolvedTo(STATUS)] constructor([ResolvedTo(STATUS)] x: R|() -> kotlin/Unit|): R|B| {
|
|
LAZY_super<R|kotlin/Any|>
|
|
}
|
|
|
|
}
|
|
public final [ResolvedTo(STATUS)] class A : R|B| {
|
|
public [ResolvedTo(BODY_RESOLVE)] constructor(): R|A| {
|
|
super<R|B|>(Int(1), [ResolvedTo(RAW_FIR)] fun <anonymous>(): R|kotlin/Unit| <inline=Unknown> {
|
|
R|/foo|()
|
|
}
|
|
)
|
|
}
|
|
|
|
}
|
|
public final [ResolvedTo(CONTRACTS)] fun foo(): R|kotlin/Unit| {
|
|
}
|