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 a: R|A|
                FirValueParameterSymbol param: R|kotlin/Int|
                FirValueParameterSymbol param2: R|kotlin/String|
    Element 8
        Context parameters:
            FirValueParameterSymbol a: R|A|
                Type: A
    Element 9
        Implicit receiver:
            FirReceiverParameterSymbol <explicit receiver parameter>: R|C|
                Type: C
    Element 10
        Scope: FirLocalScope
    Element 11
        Scope: FirMemberTypeParameterScope
            Classifiers:
                FirTypeParameterSymbol T2
    Element 12
        Scope: FirLocalScope
            Properties:
                FirValueParameterSymbol anonParam: R|kotlin/Boolean| = context(R|<local>/a|, R|<local>/b|, this@R|/foo|, this@R|special/anonymous|) R|/usage|()
                FirValueParameterSymbol anonParam2: R|kotlin/Long|
                FirValueParameterSymbol b: R|B|
    Element 13
        Context parameters:
            FirValueParameterSymbol b: R|B|
                Type: B
    Element 14
        Implicit receiver:
            FirReceiverParameterSymbol <explicit receiver parameter>: R|D|
                Type: D

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

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

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

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

    }
    context([ResolvedTo(IMPLICIT_TYPES_BODY_RESOLVE)] <unused var>: R|A|, [ResolvedTo(IMPLICIT_TYPES_BODY_RESOLVE)] <unused var>: R|B|, [ResolvedTo(IMPLICIT_TYPES_BODY_RESOLVE)] <unused var>: R|C|, [ResolvedTo(IMPLICIT_TYPES_BODY_RESOLVE)] <unused var>: R|D|)
    public final [ResolvedTo(IMPLICIT_TYPES_BODY_RESOLVE)] fun usage(): R|kotlin/Boolean| {
        ^usage Boolean(false)
    }
    context([ResolvedTo(BODY_RESOLVE)] a: 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)] b: R|B|) [ResolvedTo(BODY_RESOLVE)] fun [ResolvedTo(BODY_RESOLVE)] R|D|.<anonymous>([ResolvedTo(BODY_RESOLVE)] anonParam: R|kotlin/Boolean| = context(R|<local>/a|, R|<local>/b|, this@R|/foo|, this@R|special/anonymous|) R|/usage|(), [ResolvedTo(BODY_RESOLVE)] anonParam2: R|kotlin/Long|): R|kotlin/Unit| <inline=Unknown>  {
        }

    }