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: FirLocalScope
            Properties:
                FirValueParameterSymbol a: R|kotlin/Int|
                FirValueParameterSymbol p: R|kotlin/Boolean|
                FirValueParameterSymbol s: R|kotlin/String|
    Element 7
        Context parameters:
            FirValueParameterSymbol a: R|kotlin/Int|
                Type: kotlin.Int
            FirValueParameterSymbol s: R|kotlin/String|
                Type: kotlin.String

FILE: [ResolvedTo(IMPORTS)] namedFunctionContextParameter.kt
    context([ResolvedTo(BODY_RESOLVE)] a: R|kotlin/Int|, [ResolvedTo(BODY_RESOLVE)] s: R|kotlin/String|)
    public final [ResolvedTo(BODY_RESOLVE)] fun foo([ResolvedTo(BODY_RESOLVE)] p: R|kotlin/Boolean|): R|kotlin/Unit| {
    }
