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: FirNameAwareOnlyCallablesScope
            Functions
                FirNamedFunctionSymbol public final static fun <no name provided>(): R|kotlin/Unit|
        Static scope owner symbol: FirRegularClassSymbol public final class Owner : R|kotlin/Any|
    Element 7
        Implicit receiver:
            FirRegularClassSymbol public final class Owner : R|kotlin/Any|
                Type: foo.Owner

FILE: [ResolvedTo(IMPORTS)] companionBlockLevel3.kt
    public final? [ResolvedTo(RAW_FIR)] annotation class Anno : R|kotlin/Annotation| {
        public? [ResolvedTo(RAW_FIR)] constructor([ResolvedTo(RAW_FIR)] value: String): R|foo/Anno| {
            LAZY_super<R|kotlin/Any|>
        }

        public? final? [ResolvedTo(RAW_FIR)] val value: String = R|<local>/value|
            public? [ResolvedTo(RAW_FIR)] get(): String

    }
    public? final? const [ResolvedTo(RAW_FIR)] val FILE_CONSTANT: <implicit> = LAZY_EXPRESSION
        public? [ResolvedTo(RAW_FIR)] get(): <implicit>
    public final? [ResolvedTo(RAW_FIR)] class Owner : R|kotlin/Any| {
        public? [ResolvedTo(RAW_FIR)] constructor(): R|foo/Owner| {
            LAZY_super<R|kotlin/Any|>
        }

        @R|foo/Anno|[Types](value = R|foo/FILE_CONSTANT| [evaluated = String(file)]) public final static [ResolvedTo(BODY_RESOLVE)] fun <no name provided>(): R|kotlin/Unit| {
            ERROR_EXPR(Strange annotated expression: ???)
        }

    }
