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|one/A|
                FirValueParameterSymbol p: R|kotlin/Boolean|
    Element 7
        Context parameters:
            FirValueParameterSymbol a: R|one/A|
                Type: one.A
            FirValueParameterSymbol <unused var>: R|kotlin/Int|
                Type: kotlin.Int
    Element 8
        Scope: FirLocalScope

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

    }
    context([ResolvedTo(BODY_RESOLVE)] a: R|one/A|, [ResolvedTo(BODY_RESOLVE)] <unused var>: R|kotlin/Int|)
    public final [ResolvedTo(BODY_RESOLVE)] fun foo([ResolvedTo(BODY_RESOLVE)] p: R|kotlin/Boolean|): R|kotlin/Unit| {
        [ResolvedTo(BODY_RESOLVE)] lval x: R|kotlin/Int| = Int(1)
    }
