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

FILE: [ResolvedTo(IMPORTS)] topLevelProperty2.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)] val foo: R|kotlin/Unit|
        public [ResolvedTo(BODY_RESOLVE)] get(): R|kotlin/Unit| {
            [ResolvedTo(BODY_RESOLVE)] lval x: R|kotlin/Int| = Int(1)
        }