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
            Properties:
                FirRegularPropertySymbol public final static const val COMPANION_CONSTANT: R|kotlin/String|
                    public static get(): R|kotlin/String|
        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)] companionBlockLevel.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(STATUS)] class Owner : R|kotlin/Any| {
        public [ResolvedTo(BODY_RESOLVE)] constructor(): R|foo/Owner| {
            super<R|kotlin/Any|>()
        }

        public final static const [ResolvedTo(BODY_RESOLVE)] val COMPANION_CONSTANT: R|kotlin/String| = String(companion)
            public static [ResolvedTo(BODY_RESOLVE)] get(): R|kotlin/String|

        [ResolvedTo(BODY_RESOLVE)] @R|foo/Anno|[Types](value = R|foo/FILE_CONSTANT|.R|kotlin/String.plus|(Q|foo/Owner|.R|foo/Owner.COMPANION_CONSTANT|) [evaluated = String(filecompanion)]) <DANGLING MODIFIER: Top level declaration expected>
    }
