KT element: KtValueArgument
FIR element: FirLiteralExpressionImpl
FIR source kind: KtRealSourceElementKind

FIR element rendered:
Int(5)

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] delegatedConstructorCallSecondary.kt
    public open [ResolvedTo(STATUS)] class Foo : R|kotlin/Any| {
        public [ResolvedTo(STATUS)] [ContainingClassKey=Foo] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Foo.a] a: R|kotlin/Int|): R|Foo| {
            LAZY_super<R|kotlin/Any|>
        }

        public final [ResolvedTo(STATUS)] [IsFromPrimaryConstructor=true] val a: R|kotlin/Int| = R|<local>/a|
            public [ResolvedTo(STATUS)] [ContainingClassKey=Foo] get(): R|kotlin/Int|

    }
    public final [ResolvedTo(ANNOTATION_ARGUMENTS)] class Bar : R|Foo| {
        public [ResolvedTo(ANNOTATION_ARGUMENTS)] [ContainingClassKey=Bar, PartialBodyAnalysisStateKey=0(0/2) #1] constructor(): R|Bar| {
            super<R|Foo|>(Int(5))
            consume#(String(foo))
            consume#(IntegerLiteral(100))
        }

    }
    public? final? [ResolvedTo(RAW_FIR)] fun consume([ResolvedTo(RAW_FIR)] obj: Any): R|kotlin/Unit| { LAZY_BLOCK }