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
        Implicit receiver:
            FirRegularClassSymbol public final? companion object Companion : R|kotlin/Any|
                Type: pack.SuperClass.Companion
    Element 7
        Scope: FirNestedClassifierScopeWithSubstitution
            Classifiers:
                FirRegularClassSymbol public final? companion object Companion : R|kotlin/Any|
        Static scope owner symbol: FirRegularClassSymbol public open class SuperClass : R|kotlin/Any|
    Element 8
        Implicit receiver:
            FirRegularClassSymbol public final companion object Companion : R|kotlin/Any|
                Type: pack.TopLevelClass.Companion
    Element 9
        Scope: FirNestedClassifierScopeImpl
            Classifiers:
                FirRegularClassSymbol public final companion object Companion : R|kotlin/Any|
        Static scope owner symbol: FirRegularClassSymbol public final class TopLevelClass : R|pack/SuperClass|, R|pack/MyInterface|
    Element 10
        Scope: FirLocalScope
            Properties:
                FirValueParameterSymbol i: R|pack/MyInterface|

FILE: [ResolvedTo(IMPORTS)] delegationExpressionAnnotationArgumentCompanion.kt
    public abstract [ResolvedTo(STATUS)] interface MyInterface : R|kotlin/Any| {
    }
    @R|kotlin/annotation/Retention|[Types](LAZY_EXPRESSION) @R|kotlin/annotation/Target|[Types](Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.EXPRESSION|) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| {
        public [ResolvedTo(STATUS)] constructor([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|pack/Anno| {
            LAZY_super<R|kotlin/Any|>
        }

        public final [ResolvedTo(STATUS)] val value: R|kotlin/Int| = R|<local>/value|
            public [ResolvedTo(STATUS)] get(): R|kotlin/Int|

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

        public final? companion [ResolvedTo(RAW_FIR)] object Companion : R|kotlin/Any| {
            private [ResolvedTo(RAW_FIR)] constructor(): R|pack/SuperClass.Companion| {
                LAZY_super<R|kotlin/Any|>
            }

            public? final? const [ResolvedTo(RAW_FIR)] val CONST: <implicit> = LAZY_EXPRESSION
                public? [ResolvedTo(RAW_FIR)] get(): <implicit>

        }

    }
    public final [ResolvedTo(ANNOTATION_ARGUMENTS)] class TopLevelClass : R|pack/SuperClass|, R|pack/MyInterface| {
        public [ResolvedTo(BODY_RESOLVE)] constructor([ResolvedTo(BODY_RESOLVE)] i: R|pack/MyInterface|): R|pack/TopLevelClass| {
            super<R|pack/SuperClass|>()
        }

        private final [ResolvedTo(BODY_RESOLVE)] field $$delegate_0: R|pack/MyInterface| = @R|pack/Anno|[Types](value = this@R|pack/TopLevelClass.Companion|.R|pack/TopLevelClass.Companion.CONST| [evaluated = Int(1)]) R|<local>/i|

        public final [ResolvedTo(BODY_RESOLVE)] val i: R|pack/MyInterface| = R|<local>/i|
            public [ResolvedTo(BODY_RESOLVE)] get(): R|pack/MyInterface|

        public final companion [ResolvedTo(ANNOTATION_ARGUMENTS)] object Companion : R|kotlin/Any| {
            private [ResolvedTo(BODY_RESOLVE)] constructor(): R|pack/TopLevelClass.Companion| {
                super<R|kotlin/Any|>()
            }

            public final const [ResolvedTo(BODY_RESOLVE)] val CONST: R|kotlin/Int| = Int(1)
                public [ResolvedTo(BODY_RESOLVE)] get(): R|kotlin/Int|

        }

    }