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
        Static scope owner symbol: FirRegularClassSymbol public final class Foo : R|kotlin/Any|
    Element 7
        Scope: FirLocalScope
            Properties:
                FirValueParameterSymbol firstParameter: R|kotlin/String|
                FirValueParameterSymbol lastParameter: R|kotlin/Long|
                FirValueParameterSymbol property: R|kotlin/Int| = R|<local>/firstParameter|.R|kotlin/String.length|
Expression Stability: ALIEN_PUBLIC_PROPERTY

FILE: [ResolvedTo(IMPORTS)] primaryConstructorPropertyBetweenParameters.kt
    public final? [ResolvedTo(RAW_FIR)] class Foo : R|kotlin/Any| {
        public [ResolvedTo(BODY_RESOLVE)] constructor([ResolvedTo(BODY_RESOLVE)] firstParameter: R|kotlin/String|, [ResolvedTo(BODY_RESOLVE)] property: R|kotlin/Int| = R|<local>/firstParameter|.R|kotlin/String.length|, [ResolvedTo(BODY_RESOLVE)] lastParameter: R|kotlin/Long|): R|Foo| {
            super<R|kotlin/Any|>()
        }

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

    }
