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
    Element 8
        Scope: FirLocalScope
    Element 9
        Scope: FirLocalScope
            Properties:
                FirLocalPropertySymbol lval COMPANION_CONSTANT: R|kotlin/String|

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

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

    }
    public final const [ResolvedTo(IMPLICIT_TYPES_BODY_RESOLVE)] val FILE_CONSTANT: R|kotlin/String| = String(file)
        public [ResolvedTo(IMPLICIT_TYPES_BODY_RESOLVE)] get(): R|kotlin/String|
    public final [ResolvedTo(STATUS)] class Owner : R|kotlin/Any| {
        public [ResolvedTo(STATUS)] constructor(): R|foo/Owner| {
            LAZY_super<R|kotlin/Any|>
        }

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

    }
