Tower Data Context:
    Element 0
        Scope: FirDefaultStarImportingScope
    Element 1
        Scope: FirExplicitStarImportingScope
    Element 2
        Scope: FirDefaultSimpleImportingScope
    Element 3
        Scope: FirDefaultSimpleImportingScope
    Element 4
        Scope: FirPackageMemberScope
    Element 5
        Scope: FirExplicitSimpleImportingScope
    Element 6
        Static scope owner symbol: FirRegularClassSymbol public final class A : R|kotlin/Any|
    Element 7
        Scope: FirLocalScope
            Properties:
                FirValueParameterSymbol a: R|kotlin/Int|
                FirValueParameterSymbol b: R|kotlin/Int| = R|<local>/a|
                FirValueParameterSymbol c: R|kotlin/Int| = R|<local>/b|
Expression Stability: STABLE_VALUE

FILE: [ResolvedTo(IMPORTS)] secondaryConstructorParameterDefaultValue.kt
    public final [ResolvedTo(ANNOTATION_ARGUMENTS)] class A : R|kotlin/Any| {
        public [ResolvedTo(STATUS)] constructor([ResolvedTo(STATUS)] foo: R|kotlin/Int|, [ResolvedTo(STATUS)] bar: R|kotlin/Int|): R|A| {
            LAZY_super<R|kotlin/Any|>
        }

        public final [ResolvedTo(STATUS)] val foo: R|kotlin/Int| = R|<local>/foo|
            public [ResolvedTo(STATUS)] get(): R|kotlin/Int|

        public final [ResolvedTo(STATUS)] val prop: <implicit> = LAZY_EXPRESSION
            public [ResolvedTo(STATUS)] get(): <implicit>

        public [ResolvedTo(BODY_RESOLVE)] constructor([ResolvedTo(BODY_RESOLVE)] a: R|kotlin/Int|, [ResolvedTo(BODY_RESOLVE)] b: R|kotlin/Int| = R|<local>/a|, [ResolvedTo(BODY_RESOLVE)] c: R|kotlin/Int| = R|<local>/b|): R|A| {
            this<R|A|>(R|<local>/a|.R|kotlin/Int.plus|(R|<local>/b|), R|<local>/b|.R|kotlin/Int.plus|(R|<local>/c|))
            [ResolvedTo(BODY_RESOLVE)] lval local: R|kotlin/Int| = Int(1)
        }

        public final [ResolvedTo(STATUS)] fun foo(): <implicit> { LAZY_BLOCK }

    }
