KT element: KtConstructorDelegationCall
FIR element: FirDelegatedConstructorCallImpl
FIR source kind: KtRealSourceElementKind

FIR element rendered:
super<R|kotlin/Any|>(Int(1))

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] constructorDelegationSecondarySuperCall.kt
    public open [ResolvedTo(RAW_FIR)] class B : R|kotlin/Any| {
        public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=B] constructor([ResolvedTo(RAW_FIR)] x: Int): R|B| {
            LAZY_super<R|kotlin/Any|>
        }

    }
    public final [ResolvedTo(ANNOTATION_ARGUMENTS)] class A : R|kotlin/Any| {
        public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=A] constructor(): R|A| {
            super<R|kotlin/Any|>(Int(1))
        }

    }