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
        Scope: FirLocalScope
            Properties:
                FirValueParameterSymbol param: R|kotlin/Int|
                FirValueParameterSymbol param2: R|kotlin/String|
    Element 8
        Context receivers:
            FirValueParameterSymbol R|A|
                Type: A
                Label: A
    Element 9
        Implicit receiver:
            FirReceiverParameterSymbol <explicit receiver parameter>: R|C|
                Type: C
    Element 10
        Scope: FirLocalScope
    Element 11
        Scope: FirMemberTypeParameterScope
            Classifiers:
                FirTypeParameterSymbol T2
                FirTypeParameterSymbol T3

FILE: [ResolvedTo(IMPORTS)] anonymousFunctionTypeParameterWithContextReceiver.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|>
        }

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

    }
    context([ResolvedTo(BODY_RESOLVE)] R|A|)
    public final [ResolvedTo(BODY_RESOLVE)] fun <[ResolvedTo(BODY_RESOLVE)] T1> [ResolvedTo(BODY_RESOLVE)] R|C|.foo([ResolvedTo(BODY_RESOLVE)] param: R|kotlin/Int|, [ResolvedTo(BODY_RESOLVE)] param2: R|kotlin/String|): R|kotlin/Unit| {
        context([ResolvedTo(BODY_RESOLVE)] R|B|) [ResolvedTo(BODY_RESOLVE)] fun [ResolvedTo(BODY_RESOLVE)] R|D|.<anonymous>([ResolvedTo(BODY_RESOLVE)] anonParam: R|kotlin/Boolean|, [ResolvedTo(BODY_RESOLVE)] anonParam2: R|kotlin/Long|): R|kotlin/Unit| <inline=Unknown>  {
        }

    }