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
        Scope: FirMemberTypeParameterScope
            Classifiers:
                FirTypeParameterSymbol T1
    Element 7
        Implicit receiver:
            FirRegularClassSymbol context(R|A|)
            public final class TopLevel<T1> : R|kotlin/Any|
                Type: TopLevel<T1>
    Element 8
        Context receivers:
            FirValueParameterSymbol R|A|
                Type: A
                Label: A
    Element 9
        Scope: FirMemberTypeParameterScope
            Classifiers:
                FirTypeParameterSymbol T2

FILE: [ResolvedTo(IMPORTS)] propertyReceiverParameterWithContextReceiver.kt
    public final? [ResolvedTo(RAW_FIR)] class A : R|kotlin/Any| {
        public? [ResolvedTo(RAW_FIR)] constructor(): R|A| {
            LAZY_super<R|kotlin/Any|>
        }

    }
    public final? [ResolvedTo(RAW_FIR)] class B : R|kotlin/Any| {
        public? [ResolvedTo(RAW_FIR)] constructor(): R|B| {
            LAZY_super<R|kotlin/Any|>
        }

    }
    public final? [ResolvedTo(RAW_FIR)] class C : R|kotlin/Any| {
        public? [ResolvedTo(RAW_FIR)] constructor(): R|C| {
            LAZY_super<R|kotlin/Any|>
        }

    }
    context([ResolvedTo(RAW_FIR)] A)
    public final? [ResolvedTo(RAW_FIR)] class TopLevel<[ResolvedTo(RAW_FIR)] T1> : R|kotlin/Any| {
        context([ResolvedTo(RAW_FIR)] A)
        public? [ResolvedTo(RAW_FIR)] constructor<[ResolvedTo(RAW_FIR)] T1>(): R|TopLevel<T1>| {
            LAZY_super<R|kotlin/Any|>
        }

        context([ResolvedTo(BODY_RESOLVE)] R|B|)
        public final [ResolvedTo(BODY_RESOLVE)] val <[ResolvedTo(BODY_RESOLVE)] T2> [ResolvedTo(BODY_RESOLVE)] R|C|.foo: R|kotlin/Boolean|
            public [ResolvedTo(BODY_RESOLVE)] get(): R|kotlin/Boolean| {
                ^ Boolean(false)
            }

    }